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:
9922262
)
sh: Use boot_cpu_data for FPU tests in sigcontext paths.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 14 Oct 2009 05:12:41 +0000
(14:12 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 14 Oct 2009 06:43:41 +0000
(15:43 +0900)
We do not want to use smp_processor_id() from these paths, as they trip
preempt BUGs. Switch the test over to the boot cpu directly.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found