aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/crash.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-28 14:44:52 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-28 14:44:52 +0000
commita227a47981290ec9b8c27c964c59bec96453332f (patch)
tree2f0a409273126fb4973c8a91de7af2f356db2a06 /xen/arch/x86/crash.c
parent82972d6f109ae72753459fb671a8f729e65767c4 (diff)
downloadxen-a227a47981290ec9b8c27c964c59bec96453332f.tar.gz
xen-a227a47981290ec9b8c27c964c59bec96453332f.tar.bz2
xen-a227a47981290ec9b8c27c964c59bec96453332f.zip
hvm: Only do hvm_disable() on HVM-enabled systems.
Original patch by Jan Beulich. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/crash.c')
-rw-r--r--xen/arch/x86/crash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/crash.c b/xen/arch/x86/crash.c
index cae1768633..57e3af4d71 100644
--- a/xen/arch/x86/crash.c
+++ b/xen/arch/x86/crash.c
@@ -25,7 +25,7 @@
#include <xen/sched.h>
#include <public/xen.h>
#include <asm/shared.h>
-#include <asm/hvm/hvm.h>
+#include <asm/hvm/support.h>
static atomic_t waiting_for_crash_ipi;
static unsigned int crashing_cpu;