Przeglądaj źródła

ARM: remove "SMP: Total of %d processors activated." message

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>
Russell King 10 lat temu
rodzic
commit
1381c5a65f
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      arch/arm/kernel/smp.c

+ 0 - 3
arch/arm/kernel/smp.c

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