commit | b8acb808468a88a188d7c5aba3681c583a5785f9 | [log] [tgz] |
---|---|---|
author | Max Asbock <masbock@us.ibm.com> | Tue Jun 21 17:16:33 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue Jun 21 19:07:34 2005 -0700 |
tree | 7a4e5367e05cc52bc8008baaa8c35ed05989ec60 | |
parent | f5ccc842318efcd7c05dee3203dfdbbafae47bd6 [diff] |
[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>