]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ibmasm driver: correctly wake up sleeping threads
authorMax Asbock <masbock@us.ibm.com>
Wed, 22 Jun 2005 00:16:33 +0000 (17:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 02:07:34 +0000 (19:07 -0700)
commit704f177ba272d0ed727b616ee13ef1db1982906f
tree7a4e5367e05cc52bc8008baaa8c35ed05989ec60
parent14cee1fb72e00209090afe6f07ee336b039b0e18
[PATCH] ibmasm driver: correctly wake up sleeping threads

Due to my incomplete understanding of the wait_event_interruptible() function
threads waiting for service processor events were not woken up.  This patch
fixes that problem.

Signed-off-by: Max Asbock <masbock@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/misc/ibmasm/event.c
drivers/misc/ibmasm/ibmasm.h
drivers/misc/ibmasm/ibmasmfs.c