cpu: Silence log spam when a CPU is brought up

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
Signed-off-by: celtare21 <celtare21@gmail.com>
Signed-off-by: engstk <eng.stk@sapo.pt>
This commit is contained in:
Sultan Alsawaf 2018-05-13 14:01:57 -07:00 committed by Ksawlii
parent e7cede92a8
commit cda8f45b3b

View file

@ -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);