]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/kexec_core.c
bpf: Add hash of maps support
[karo-tx-linux.git] / kernel / kexec_core.c
index a01974e1bf6b1b3cf9e5a8d6c628d95b0911c7e9..bfe62d5b38722251681f7257788cd14533fe4362 100644 (file)
@@ -916,7 +916,7 @@ 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_nmi_flush_on_panic();
+               printk_safe_flush_on_panic();
                __crash_kexec(regs);
 
                /*