aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/machine_kexec.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-12 11:49:02 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-12 11:49:02 +0100
commit1ec8644504bde61743ba615b03fa44858e3b5a88 (patch)
tree657f3e073dcec7320eeda4432f2ca1f54fac6686 /xen/arch/x86/machine_kexec.c
parent8c3b910735da413a42ac2ba878ad5d9fff267fbc (diff)
downloadxen-1ec8644504bde61743ba615b03fa44858e3b5a88.tar.gz
xen-1ec8644504bde61743ba615b03fa44858e3b5a88.tar.bz2
xen-1ec8644504bde61743ba615b03fa44858e3b5a88.zip
x86: Various cleanups around CR4 handling, cpu_possible_map, and VMX initialisation.
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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/xen/arch/x86/machine_kexec.c b/xen/arch/x86/machine_kexec.c
index e5033da55b..8fbd1ab164 100644
--- a/xen/arch/x86/machine_kexec.c
+++ b/xen/arch/x86/machine_kexec.c
@@ -82,10 +82,8 @@ static void __machine_reboot_kexec(void *data)
smp_send_stop();
-#ifdef CONFIG_X86_IO_APIC
disable_IO_APIC();
-#endif
- hvm_disable();
+ hvm_cpu_down();
machine_kexec(image);
}