Message ID | 1739170545-25011-5-git-send-email-kazuhiro3.hayashi@toshiba.co.jp (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Backport fixes that depends on SYSTEM_SCHEDULING | expand |
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 0512af683871..2a9ada6fa7d0 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c @@ -721,7 +721,7 @@ static void announce_cpu(int cpu, int apicid) if (cpu == 1) printk(KERN_INFO "x86: Booting SMP configuration:\n"); - if (system_state == SYSTEM_BOOTING) { + if (system_state < SYSTEM_RUNNING) { if (node != current_node) { if (current_node > (-1)) pr_cont("\n");