[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)
commit091c539f08a6700e0cca8cd620c3d72dd9f9e2bb
tree604aee064dce5f5f4f2e8a9036cddca1e89cb224
parent686f8c5d77149f78ff6090dde774b2e43a7319b2
[ARM] SMP: don't set cpu_*_map in smp_prepare_boot_cpu

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>
arch/arm/kernel/smp.c