]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - kernel/kexec_core.c
sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cputime...
[mirror_ubuntu-hirsute-kernel.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);
 
                /*