]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: 8644/1: Reduce "CPU: shutdown" message to debug level
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 19 Jan 2017 00:26:28 +0000 (01:26 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 28 Feb 2017 11:06:11 +0000 (11:06 +0000)
Similar to c68b0274fb3c ("ARM: reduce "Booted secondary processor"
message to debug level"), demote the "CPU: shutdown" pr_notice() into a
pr_debug().

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/smp.c

index 7dd14e8395e62976b3083f677b0e4d2ea0d71d95..46377c40d05683b2e42c4dae705e5a23055c2d92 100644 (file)
@@ -251,7 +251,7 @@ void __cpu_die(unsigned int cpu)
                pr_err("CPU%u: cpu didn't die\n", cpu);
                return;
        }
-       pr_notice("CPU%u: shutdown\n", cpu);
+       pr_debug("CPU%u: shutdown\n", cpu);
 
        /*
         * platform_cpu_kill() is generally expected to do the powering off