]> Git Repo - linux.git/blobdiff - arch/x86/kernel/smpboot.c
x86/smp: Adjust system_state check
[linux.git] / arch / x86 / kernel / smpboot.c
index f04479a8f74f5598c8ee42bae66b17cee469ba49..045e4f993bd2ac3ac71373db3ff6c07aadcb793d 100644 (file)
@@ -863,7 +863,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");
This page took 0.029772 seconds and 4 git commands to generate.