diff options
Diffstat (limited to 'kernel/kexec_core.c')
-rw-r--r-- | kernel/kexec_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kexec_core.c b/kernel/kexec_core.c index a01974e1bf6b..bfe62d5b3872 100644 --- a/kernel/kexec_core.c +++ b/kernel/kexec_core.c | |||
@@ -916,7 +916,7 @@ void crash_kexec(struct pt_regs *regs) | |||
916 | old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, this_cpu); | 916 | old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, this_cpu); |
917 | if (old_cpu == PANIC_CPU_INVALID) { | 917 | if (old_cpu == PANIC_CPU_INVALID) { |
918 | /* This is the 1st CPU which comes here, so go ahead. */ | 918 | /* This is the 1st CPU which comes here, so go ahead. */ |
919 | printk_nmi_flush_on_panic(); | 919 | printk_safe_flush_on_panic(); |
920 | __crash_kexec(regs); | 920 | __crash_kexec(regs); |
921 | 921 | ||
922 | /* | 922 | /* |