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:
7cc4fa1
)
MIPS: Provide nice way to access boot CPU's data.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 17 Sep 2013 11:58:12 +0000
(13:58 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 17 Sep 2013 11:58:12 +0000
(13:58 +0200)
boot_cpu_data is used the same as current_cpu_data but returns the CPU
data for CPU 0. This means it doesn't have to use smp_processor_id()
thus no need to disable preemption.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found