aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/support.h
diff options
context:
space:
mode:
authorSteven Hand <steven@xensource.com>2007-03-28 15:58:42 +0100
committerSteven Hand <steven@xensource.com>2007-03-28 15:58:42 +0100
commite547338c5c893cad053876aae922d6a3b9ab935f (patch)
tree92ddf88a5122ecced90b47c802ef0e8e76643fd4 /xen/include/asm-x86/hvm/support.h
parent97fef381d6651ca9a464a6fc6194cad0570f280b (diff)
downloadxen-e547338c5c893cad053876aae922d6a3b9ab935f.tar.gz
xen-e547338c5c893cad053876aae922d6a3b9ab935f.tar.bz2
xen-e547338c5c893cad053876aae922d6a3b9ab935f.zip
Don't trap int3 instructions by default - can have a major overhead in
certain cases, and typically not used for anything. Signed-off-by: Steven Hand <steven@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/support.h')
-rw-r--r--xen/include/asm-x86/hvm/support.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xen/include/asm-x86/hvm/support.h b/xen/include/asm-x86/hvm/support.h
index d8930ed3c0..6d0d7ada98 100644
--- a/xen/include/asm-x86/hvm/support.h
+++ b/xen/include/asm-x86/hvm/support.h
@@ -86,8 +86,7 @@ enum hval_bitmaps {
EXCEPTION_BITMAP_GP )
#else
#define MONITOR_DEFAULT_EXCEPTION_BITMAP \
- ( EXCEPTION_BITMAP_PG | \
- EXCEPTION_BITMAP_BP )
+ ( EXCEPTION_BITMAP_PG )
#endif
#define VMX_DELIVER_NO_ERROR_CODE -1