ARM: remove "SMP: Total of %d processors activated." message
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 28 Oct 2014 12:13:59 +0000 (12:13 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 21 Nov 2014 15:24:57 +0000 (15:24 +0000)
The "SMP: Total of %d processors activated." message which we print in
smp_cpus_done() provides no further information than the message in
genreic code in smp_announce().  Kill it.

Tested-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/smp.c

index 7b18a1b..5e6052e 100644 (file)
@@ -387,9 +387,6 @@ asmlinkage void secondary_start_kernel(void)
 
 void __init smp_cpus_done(unsigned int max_cpus)
 {
-       pr_info("SMP: Total of %d processors activated.\n",
-               num_online_cpus());
-
        hyp_mode_check();
 }