diff --git a/kernel/cpu.c b/kernel/cpu.c index 8c4504cf5..ad6504ef7 100755 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -1800,10 +1800,10 @@ void thaw_secondary_cpus(void) error = _cpu_up(cpu, 1, CPUHP_ONLINE); trace_suspend_resume(TPS("CPU_ON"), cpu, false); if (!error) { - pr_info("CPU%d is up\n", cpu); + pr_debug("CPU%d is up\n", cpu); cpu_device = get_cpu_device(cpu); if (!cpu_device) - pr_err("%s: failed to get cpu%d device\n", + pr_debug("%s: failed to get cpu%d device\n", __func__, cpu); else kobject_uevent(&cpu_device->kobj, KOBJ_ONLINE);