aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/smp.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/smp.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/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 cc6739abea..072927cd6c 100644
--- a/xen/arch/x86/smp.c
+++ b/xen/arch/x86/smp.c
@@ -21,7 +21,7 @@
#include <asm/smpboot.h>
#include <asm/hardirq.h>
#include <asm/ipi.h>
-#include <asm/hvm/hvm.h>
+#include <asm/hvm/support.h>
#include <mach_apic.h>
/*