aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/machine_kexec.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-10 18:09:38 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-10 18:09:38 +0100
commit4694a6028ca07e4008a59b02a1d1f0aa9887a00b (patch)
tree7b74879d964afc8f96153b771d8857b2d814a527 /xen/arch/x86/machine_kexec.c
parent78569aa816df0cccdb0c8d7e5359a85e66337265 (diff)
downloadxen-4694a6028ca07e4008a59b02a1d1f0aa9887a00b.tar.gz
xen-4694a6028ca07e4008a59b02a1d1f0aa9887a00b.tar.bz2
xen-4694a6028ca07e4008a59b02a1d1f0aa9887a00b.zip
x86: Cleanup system restart code, and wait 10ms for APs to offline.
Signed-off-by: Joseph Cihula <joseph.cihula@intel.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/machine_kexec.c')
-rw-r--r--xen/arch/x86/machine_kexec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/arch/x86/machine_kexec.c b/xen/arch/x86/machine_kexec.c
index 8fbd1ab164..5d693a2938 100644
--- a/xen/arch/x86/machine_kexec.c
+++ b/xen/arch/x86/machine_kexec.c
@@ -82,9 +82,6 @@ static void __machine_reboot_kexec(void *data)
smp_send_stop();
- disable_IO_APIC();
- hvm_cpu_down();
-
machine_kexec(image);
}