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:
aa0d532
)
sparc: Use preempt_schedule_irq
author
Thomas Gleixner
<tglx@linutronix.de>
Tue, 17 Sep 2013 18:53:08 +0000
(18:53 +0000)
committer
Thomas Gleixner
<tglx@linutronix.de>
Wed, 13 Nov 2013 19:21:47 +0000
(20:21 +0100)
The low level preemption code fiddles with the PREEMPT_ACTIVE bit for
no reason and calls schedule() with interrupts disabled, which is
wrong to begin with. Remove the PREEMPT_ACTIVE fiddling and call the
proper schedule_preempt_irq() function.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: David S. Miller <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
Link:
http://lkml.kernel.org/r/20130917183628.966769884@linutronix.de
arch/sparc/kernel/rtrap_64.S
patch
|
blob
|
history
diff --cc
arch/sparc/kernel/rtrap_64.S
Simple merge