aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/init/main.c b/init/main.c
index 1ac7ec78e601..d6b388fbffa6 100644
--- a/init/main.c
+++ b/init/main.c
@@ -407,8 +407,7 @@ static void __init smp_init(void)
407 * Set up the current CPU as possible to migrate to. 407 * Set up the current CPU as possible to migrate to.
408 * The other ones will be done by cpu_up/cpu_down() 408 * The other ones will be done by cpu_up/cpu_down()
409 */ 409 */
410 cpu = smp_processor_id(); 410 set_cpu_active(smp_processor_id(), true);
411 cpu_set(cpu, cpu_active_map);
412 411
413 /* FIXME: This should be done in userspace --RR */ 412 /* FIXME: This should be done in userspace --RR */
414 for_each_present_cpu(cpu) { 413 for_each_present_cpu(cpu) {