patch-2.4.21 linux-2.4.21/include/asm-x86_64/debugreg.h

Next file: linux-2.4.21/include/asm-x86_64/delay.h
Previous file: linux-2.4.21/include/asm-x86_64/checksum.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-x86_64/debugreg.h linux-2.4.21/include/asm-x86_64/debugreg.h
@@ -58,7 +58,7 @@
    We can slow the instruction pipeline for instructions coming via the
    gdt or the ldt if we want to.  I am not sure why this is an advantage */
 
-#define DR_CONTROL_RESERVED (0xFC00) /* Reserved by Intel */
+#define DR_CONTROL_RESERVED (0xFFFFFFFF0000FC00UL) /* Reserved */
 #define DR_LOCAL_SLOWDOWN (0x100)   /* Local slow the pipeline */
 #define DR_GLOBAL_SLOWDOWN (0x200)  /* Global slow the pipeline */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)