aboutsummaryrefslogtreecommitdiff
path: root/kernel/cpu.c
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2017-02-22 18:46:16 -0700
committerMister Oyster <oysterized@gmail.com>2017-12-18 23:28:52 +0100
commit5ef0bc3d132c52f7e67247c4f1af10e3f7d42ace (patch)
treec11a68965e4692f75f56f0c13842e2dcec920026 /kernel/cpu.c
parente232f55837ebc1b85840fa7833f8c022e469cc72 (diff)
log: Initial dmesg pruning
These are all of the annoying messages on just the stock kernel... More to follow in future patches! Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: Mister Oyster <oysterized@gmail.com>
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r--kernel/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c
index 5ec0d9bd3..0cdebe3b9 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -476,7 +476,7 @@ static int _cpu_up(unsigned int cpu, int tasks_frozen)
ret = __cpu_notify(CPU_UP_PREPARE | mod, hcpu, -1, &nr_calls);
if (ret) {
nr_calls--;
- printk(KERN_WARNING "%s: attempt to bring up CPU %u failed\n",
+ printk(KERN_DEBUG "%s: attempt to bring up CPU %u failed\n",
__func__, cpu);
goto out_notify;
}