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:
566f74f
)
MIPS: SMP: Do not initialize __cpu_number_map/__cpu_logical_map for CPU 0.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 28 Oct 2008 10:03:57 +0000
(10:03 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 30 Oct 2008 14:44:33 +0000
(14:44 +0000)
A system isn't necessarily booted on physical processor 0 as this code
assumes. Also the array happens to be allocated in .bss so it's zero
initialized anyway. Systems which need to override this can do so in
their mp_ops->smp_setup() method.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found