Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'
[linux-2.6-microblaze.git] / kernel / kexec_core.c
index 4b34a9a..5a5d192 100644 (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);
 
                /*