diff options
Diffstat (limited to 'kernel/kexec_core.c')
-rw-r--r-- | kernel/kexec_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/kexec_core.c b/kernel/kexec_core.c index 1c03dfb4abfd..d5d408252992 100644 --- a/kernel/kexec_core.c +++ b/kernel/kexec_core.c | |||
@@ -893,6 +893,7 @@ void crash_kexec(struct pt_regs *regs) | |||
893 | old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, this_cpu); | 893 | old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, this_cpu); |
894 | if (old_cpu == PANIC_CPU_INVALID) { | 894 | if (old_cpu == PANIC_CPU_INVALID) { |
895 | /* This is the 1st CPU which comes here, so go ahead. */ | 895 | /* This is the 1st CPU which comes here, so go ahead. */ |
896 | printk_nmi_flush_on_panic(); | ||
896 | __crash_kexec(regs); | 897 | __crash_kexec(regs); |
897 | 898 | ||
898 | /* | 899 | /* |