debuggers.hg
changeset 4932:451693d20478
bitkeeper revision 1.1389.1.56 (4284690324ekdX_PXrN45QJ8LUQaxw)
Fix corruption of IDT vector 0x20.
Signed-off-by: Keir Fraser <keir@xensource.com>
Fix corruption of IDT vector 0x20.
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Fri May 13 08:44:51 2005 +0000 (2005-05-13) |
parents | 13eda43dda49 |
children | bb9587c88f65 bb2558cbc4f8 |
files | xen/include/asm-x86/processor.h |
line diff
1.1 --- a/xen/include/asm-x86/processor.h Thu May 12 22:03:23 2005 +0000 1.2 +++ b/xen/include/asm-x86/processor.h Fri May 13 08:44:51 2005 +0000 1.3 @@ -377,7 +377,7 @@ extern struct tss_struct init_tss[NR_CPU 1.4 #ifdef ARCH_HAS_FAST_TRAP 1.5 1.6 #define SET_DEFAULT_FAST_TRAP(_p) \ 1.7 - (_p)->guest_context.fast_trap_idx = 0x20; \ 1.8 + (_p)->guest_context.fast_trap_idx = 0x30; \ 1.9 (_p)->fast_trap_desc.a = 0; \ 1.10 (_p)->fast_trap_desc.b = 0; 1.11