commit | 091c539f08a6700e0cca8cd620c3d72dd9f9e2bb | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Mar 25 21:37:29 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 25 21:37:29 2006 +0000 |
tree | 604aee064dce5f5f4f2e8a9036cddca1e89cb224 | |
parent | 686f8c5d77149f78ff6090dde774b2e43a7319b2 [diff] |
[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>