summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2017-01-19 01:26:28 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2017-02-28 11:06:11 +0000
commit035e787543de709f29b38752251d4724200ec353 (patch)
tree17c09d5973906aea0e241f38805f934a51e08529 /arch/arm
parent64fc2a947a9873700929ec0ef02b4654a04e0476 (diff)
downloadlinux-035e787543de709f29b38752251d4724200ec353.tar.gz
linux-035e787543de709f29b38752251d4724200ec353.tar.xz
ARM: 8644/1: Reduce "CPU: shutdown" message to debug level
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>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/kernel/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c
index 7dd14e8395e6..46377c40d056 100644
--- a/arch/arm/kernel/smp.c
+++ b/arch/arm/kernel/smp.c
@@ -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