x86/kexec: nmi_shootdown_cpus() should leave irqs disabled
authorKeir Fraser <keir@xen.org>
Tue, 14 Jun 2011 11:49:41 +0000 (12:49 +0100)
committerKeir Fraser <keir@xen.org>
Tue, 14 Jun 2011 11:49:41 +0000 (12:49 +0100)
Signed-off-by: Keir Fraser <keir@xen.org>
xen/arch/x86/crash.c

index 1564a01b12934bf609cfea5bd08862b53fb0e5cb..1fa7ef7db6afd45acf911e4d49dd827439300fb7 100644 (file)
@@ -79,8 +79,6 @@ static void nmi_shootdown_cpus(void)
 
     __stop_this_cpu();
     disable_IO_APIC();
-
-    local_irq_enable();
 }
 
 void machine_crash_shutdown(void)