projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
512f16b
)
x86/kexec: nmi_shootdown_cpus() should leave irqs disabled
author
Keir Fraser
<keir@xen.org>
Tue, 14 Jun 2011 11:49:41 +0000
(12:49 +0100)
committer
Keir 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
patch
|
blob
|
history
diff --git
a/xen/arch/x86/crash.c
b/xen/arch/x86/crash.c
index 1564a01b12934bf609cfea5bd08862b53fb0e5cb..1fa7ef7db6afd45acf911e4d49dd827439300fb7 100644
(file)
--- a/
xen/arch/x86/crash.c
+++ b/
xen/arch/x86/crash.c
@@
-79,8
+79,6
@@
static void nmi_shootdown_cpus(void)
__stop_this_cpu();
disable_IO_APIC();
-
- local_irq_enable();
}
void machine_crash_shutdown(void)