commit | 6c5a7d504fb0e27aa90b96267177d434642a393d | [log] [tgz] |
---|---|---|
author | Sebastian Siewior <bigeasy@linutronix.de> | Thu May 01 12:17:49 2008 +1000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 01 08:08:36 2008 -0700 |
tree | 2735d367a526fd9136f22fc117d99ab53e3f7577 | |
parent | 0042a1f7ecbc5d40eb2164f375ec87ecf3494418 [diff] |
m68knommu: fix compare race in sched related code The interrupts must be disabled before considering the need resched bit of the task struct and they have to be disabled before calling schedule() Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de> Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>