aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/shutdown.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/shutdown.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/shutdown.c')
-rw-r--r--xen/arch/x86/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/shutdown.c b/xen/arch/x86/shutdown.c
index 441144b830..5fbecc088e 100644
--- a/xen/arch/x86/shutdown.c
+++ b/xen/arch/x86/shutdown.c
@@ -222,7 +222,7 @@ void machine_restart(char *cmd)
*/
smp_send_stop();
disable_IO_APIC();
- hvm_disable();
+ hvm_cpu_down();
/* Rebooting needs to touch the page at absolute address 0. */
*((unsigned short *)__va(0x472)) = reboot_mode;