aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/kernel/setup.c')
-rw-r--r--arch/ia64/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c
index cd57d7312de0..4d1a5508a0ed 100644
--- a/arch/ia64/kernel/setup.c
+++ b/arch/ia64/kernel/setup.c
@@ -486,7 +486,7 @@ mark_bsp_online (void)
486{ 486{
487#ifdef CONFIG_SMP 487#ifdef CONFIG_SMP
488 /* If we register an early console, allow CPU 0 to printk */ 488 /* If we register an early console, allow CPU 0 to printk */
489 cpu_set(smp_processor_id(), cpu_online_map); 489 set_cpu_online(smp_processor_id(), true);
490#endif 490#endif
491} 491}
492 492