Loading arch/arm64/kernel/smp.c +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
arch/arm64/kernel/smp.c +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading