aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/support.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-19 18:40:15 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-19 18:40:15 +0100
commit566ddbe833cf18b6730d2338ebcc3085f5ab5b4c (patch)
treed088e0a3992a75b6039261b0b7427a59ae4db9a0 /xen/include/asm-x86/hvm/support.h
parentcb11cb5896122f5ba0ab85886aae99ccca9d641a (diff)
downloadxen-566ddbe833cf18b6730d2338ebcc3085f5ab5b4c.tar.gz
xen-566ddbe833cf18b6730d2338ebcc3085f5ab5b4c.tar.bz2
xen-566ddbe833cf18b6730d2338ebcc3085f5ab5b4c.zip
x86: Fail CPU bringup cleanly if it cannot initialise HVM.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/support.h')
-rw-r--r--xen/include/asm-x86/hvm/support.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/asm-x86/hvm/support.h b/xen/include/asm-x86/hvm/support.h
index 6d64927868..b2267fe6d5 100644
--- a/xen/include/asm-x86/hvm/support.h
+++ b/xen/include/asm-x86/hvm/support.h
@@ -66,8 +66,6 @@ extern unsigned int opt_hvm_debug_level;
extern unsigned long hvm_io_bitmap[];
-void hvm_enable(struct hvm_function_table *);
-
enum hvm_copy_result {
HVMCOPY_okay = 0,
HVMCOPY_bad_gva_to_gfn,