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:
c3af397
)
sh: Use boot_cpu_data for CPU probe.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 27 Sep 2007 09:18:39 +0000
(18:18 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 27 Sep 2007 09:18:39 +0000
(18:18 +0900)
This moves off of smp_processor_id() and only sets the probe
information for the boot CPU directly. This will be copied out
for the secondaries, so there's no reason to do this each time.
This also allows for some header tidying.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found