patch-2.1.44 linux/include/asm-mips/cache.h
Next file: linux/include/asm-mips/cachectl.h
Previous file: linux/include/asm-mips/byteorder.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Thu Jun 26 12:33:39 1997
- Orig file:
v2.1.43/linux/include/asm-mips/cache.h
- Orig date:
Sun Jan 26 02:07:46 1997
diff -u --recursive --new-file v2.1.43/linux/include/asm-mips/cache.h linux/include/asm-mips/cache.h
@@ -1,12 +1,12 @@
/*
* include/asm-mips/cache.h
*/
-#ifndef __ARCH_MIPS_CACHE_H
-#define __ARCH_MIPS_CACHE_H
+#ifndef __ASM_MIPS_CACHE_H
+#define __ASM_MIPS_CACHE_H
/* bytes per L1 cache line */
#define L1_CACHE_BYTES 32 /* a guess */
#define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
-#endif
+#endif /* __ASM_MIPS_CACHE_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov