commit | 5bbcfd9000887c0da7d57cc7b3ac869fc0dd5aa9 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Jul 07 17:57:04 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 07 18:23:47 2005 -0700 |
tree | 7047a60dc99e5484560b40027c81f92a4e291b29 | |
parent | a4014d8f61a6a136d22422cf8aa978e6495dbad9 [diff] |
[PATCH] cond_resched(): fix bogus might_sleep() warning The BKS might be reacquired before we have dropped PREEMPT_ACTIVE, which could trigger a second could trigger a second cond_resched() call. Bug found by Hirofumi Ogawa. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>