Merge branch 'rework/printk_safe-removal' into for-linus

This commit is contained in:
Petr Mladek
2021-08-30 16:36:10 +02:00
14 changed files with 192 additions and 544 deletions

View File

@@ -979,7 +979,6 @@ void crash_kexec(struct pt_regs *regs)
old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, this_cpu);
if (old_cpu == PANIC_CPU_INVALID) {
/* This is the 1st CPU which comes here, so go ahead. */
printk_safe_flush_on_panic();
__crash_kexec(regs);
/*