Merge branch 'for-next/misc' into for-next/core
Reduce loglevel of useless print during CPU offlining. * for-next/misc: arm64: smp: Bump debugging information print down to KERN_DEBUG
This commit is contained in:
Коммит
078834caaf
|
@ -345,7 +345,7 @@ void __cpu_die(unsigned int cpu)
|
|||
pr_crit("CPU%u: cpu didn't die\n", cpu);
|
||||
return;
|
||||
}
|
||||
pr_notice("CPU%u: shutdown\n", cpu);
|
||||
pr_debug("CPU%u: shutdown\n", cpu);
|
||||
|
||||
/*
|
||||
* Now that the dying CPU is beyond the point of no return w.r.t.
|
||||
|
|
Загрузка…
Ссылка в новой задаче