aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/crash.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/crash.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/crash.c')
-rw-r--r--xen/arch/x86/crash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/arch/x86/crash.c b/xen/arch/x86/crash.c
index 57e3af4d71..398fd781d2 100644
--- a/xen/arch/x86/crash.c
+++ b/xen/arch/x86/crash.c
@@ -43,7 +43,7 @@ static int crash_nmi_callback(struct cpu_user_regs *regs, int cpu)
kexec_crash_save_cpu();
disable_local_APIC();
atomic_dec(&waiting_for_crash_ipi);
- hvm_disable();
+ hvm_cpu_down();
for ( ; ; )
__asm__ __volatile__ ( "hlt" );
@@ -99,7 +99,7 @@ void machine_crash_shutdown(void)
disable_IO_APIC();
- hvm_disable();
+ hvm_cpu_down();
info = kexec_crash_save_info();
info->dom0_pfn_to_mfn_frame_list_list =