aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/smp.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/smp.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/smp.c')
-rw-r--r--xen/arch/x86/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/smp.c b/xen/arch/x86/smp.c
index 05c3fb4c3c..31fc8adbe6 100644
--- a/xen/arch/x86/smp.c
+++ b/xen/arch/x86/smp.c
@@ -310,7 +310,7 @@ static void stop_this_cpu (void *dummy)
local_irq_disable();
disable_local_APIC();
- hvm_disable();
+ hvm_cpu_down();
for ( ; ; )
__asm__ __volatile__ ( "hlt" );