[ARM] SMP: don't set cpu_*_map in smp_prepare_boot_cpu
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 25 Mar 2006 21:37:29 +0000 (21:37 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 25 Mar 2006 21:37:29 +0000 (21:37 +0000)
The recent addition of boot_cpu_init() implements the initialisation
of the online, present and possible cpu maps for the boot CPU, so
there is no reason to duplicate this in the architecture
smp_prepare_boot_cpu() hook.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found