diff options
Diffstat (limited to 'kernel/cpu.c')
| -rw-r--r-- | kernel/cpu.c | 2 |
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; } |
