]> Git Repo - linux.git/commitdiff
ARM: reduce "Booted secondary processor" message to debug level
authorRussell King <[email protected]>
Tue, 28 Oct 2014 12:08:34 +0000 (12:08 +0000)
committerRussell King <[email protected]>
Fri, 21 Nov 2014 15:24:55 +0000 (15:24 +0000)
Drop the "CPUn: Booted secondary processor" message from info to debug
level.  We later print how many CPUs came online, so listing each one
is redundant, and when using hotplug, can be quite noisy.

Tested-by: Felipe Balbi <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/kernel/smp.c

index 3138d8ea9e55f4ac8589b9d8cf0bd469bd2d9589..7b18a1be179cf0d6588140d48bdda07d76c3b6c0 100644 (file)
@@ -351,7 +351,7 @@ asmlinkage void secondary_start_kernel(void)
 
        cpu_init();
 
-       pr_info("CPU%u: Booted secondary processor\n", cpu);
+       pr_debug("CPU%u: Booted secondary processor\n", cpu);
 
        preempt_disable();
        trace_hardirqs_off();
This page took 0.058489 seconds and 4 git commands to generate.