Skip to content

Commit 078834c

Browse files
committed
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
2 parents 2c9bd9d + cf814bc commit 078834c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/kernel/smp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ void __cpu_die(unsigned int cpu)
345345
pr_crit("CPU%u: cpu didn't die\n", cpu);
346346
return;
347347
}
348-
pr_notice("CPU%u: shutdown\n", cpu);
348+
pr_debug("CPU%u: shutdown\n", cpu);
349349

350350
/*
351351
* Now that the dying CPU is beyond the point of no return w.r.t.

0 commit comments

Comments
 (0)