diff options
Diffstat (limited to 'arch/ia64/kernel/setup.c')
-rw-r--r-- | arch/ia64/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c index c45e6ddb4ddb..aaefd9b94f2f 100644 --- a/arch/ia64/kernel/setup.c +++ b/arch/ia64/kernel/setup.c | |||
@@ -485,7 +485,7 @@ mark_bsp_online (void) | |||
485 | { | 485 | { |
486 | #ifdef CONFIG_SMP | 486 | #ifdef CONFIG_SMP |
487 | /* If we register an early console, allow CPU 0 to printk */ | 487 | /* If we register an early console, allow CPU 0 to printk */ |
488 | cpu_set(smp_processor_id(), cpu_online_map); | 488 | set_cpu_online(smp_processor_id(), true); |
489 | #endif | 489 | #endif |
490 | } | 490 | } |
491 | 491 | ||