patch-2.4.27 linux-2.4.27/include/asm-sh64/registers.h

Next file: linux-2.4.27/include/asm-sh64/unistd.h
Previous file: linux-2.4.27/include/asm-sh64/processor.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/include/asm-sh64/registers.h linux-2.4.27/include/asm-sh64/registers.h
@@ -115,7 +115,7 @@
 #define SR_HARMLESS	0x00000000500080f0	/* Write ignores for most */
 #define SR_ENABLE_FPU	0xffffffffffff7fff	/* AND with this */
 
-#ifdef ST_DEBUG
+#if defined (CONFIG_SH64_SR_WATCH)
 #define SR_ENABLE_MMU	0x0000000084000000	/* OR with this */
 #else
 #define SR_ENABLE_MMU	0x0000000080000000	/* OR with this */

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