patch-1.3.38 linux/include/asm-mips/page.h
Next file: linux/include/asm-sparc/asi.h
Previous file: linux/include/asm-mips/floppy.h
Back to the patch index
Back to the overall index
-  Lines: 36
 -  Date:
Mon Oct 30 10:15:56 1995
 -  Orig file: 
v1.3.37/linux/include/asm-mips/page.h
 -  Orig date: 
Sun Sep  3 12:27:02 1995
 
diff -u --recursive --new-file v1.3.37/linux/include/asm-mips/page.h linux/include/asm-mips/page.h
@@ -1,7 +1,7 @@
 #ifndef __ASM_MIPS_PAGE_H
 #define __ASM_MIPS_PAGE_H
 
-#define CONFIG_STRICT_MM_TYPECHECKS
+#define STRICT_MM_TYPECHECKS
 
 #ifndef __ASSEMBLY__
 
@@ -18,7 +18,7 @@
 
 typedef unsigned short mem_map_t;
 
-#ifdef CONFIG_STRICT_MM_TYPECHECKS
+#ifdef STRICT_MM_TYPECHECKS
 /*
  * These are used to make use of C type-checking..
  */
@@ -34,7 +34,7 @@
 #define __pgd(x)	((pgd_t) { (x) } )
 #define __pgprot(x)	((pgprot_t) { (x) } )
 
-#else /* !defined (CONFIG_STRICT_MM_TYPECHECKS) */
+#else /* !defined (STRICT_MM_TYPECHECKS) */
 /*
  * .. while these make it easier on the compiler
  */
@@ -50,7 +50,7 @@
 #define __pgd(x)	(x)
 #define __pgprot(x)	(x)
 
-#endif /* !defined (CONFIG_STRICT_MM_TYPECHECKS) */
+#endif /* !defined (STRICT_MM_TYPECHECKS) */
 #endif /* __ASSEMBLY__ */
 
 /*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this