aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/support.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-08 11:28:26 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-08 11:28:26 +0100
commit5a0f2ae0d267d0c9c24b765592876be6ac0bf563 (patch)
treedc84518f4f7057c3bab23ef808a6830fe2d4a754 /xen/include/asm-x86/hvm/support.h
parenta33bee88f7336771528f4c02709e45a2fa63bdd1 (diff)
downloadxen-5a0f2ae0d267d0c9c24b765592876be6ac0bf563.tar.gz
xen-5a0f2ae0d267d0c9c24b765592876be6ac0bf563.tar.bz2
xen-5a0f2ae0d267d0c9c24b765592876be6ac0bf563.zip
hvm: More cleanups, particularly to %cr4 handling.
Signed-off-by: Keir Fraser <keir@xensource.com> Signed-off-by: Xin Li <xin.b.li@intel.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/support.h')
-rw-r--r--xen/include/asm-x86/hvm/support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/support.h b/xen/include/asm-x86/hvm/support.h
index d98ffa4a17..17f72b6761 100644
--- a/xen/include/asm-x86/hvm/support.h
+++ b/xen/include/asm-x86/hvm/support.h
@@ -235,5 +235,6 @@ void hvm_hlt(unsigned long rflags);
void hvm_triple_fault(void);
int hvm_set_cr3(unsigned long value);
+int hvm_set_cr4(unsigned long value);
#endif /* __ASM_X86_HVM_SUPPORT_H__ */