git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0042a1f
)
m68knommu: fix compare race in sched related code
author
Sebastian Siewior
<bigeasy@linutronix.de>
Thu, 1 May 2008 02:17:49 +0000
(12:17 +1000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 1 May 2008 15:08:36 +0000
(08:08 -0700)
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>
No differences found