projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64fc2a9
)
ARM: 8644/1: Reduce "CPU: shutdown" message to debug level
author
Florian Fainelli
<f.fainelli@gmail.com>
Thu, 19 Jan 2017 00:26:28 +0000
(
01:26
+0100)
committer
Russell 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/kernel/smp.c
b/arch/arm/kernel/smp.c
index 7dd14e8395e62976b3083f677b0e4d2ea0d71d95..46377c40d05683b2e42c4dae705e5a23055c2d92 100644
(file)
--- 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