aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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