patch-2.2.4 linux/include/asm-sparc64/cache.h
Next file: linux/include/asm-sparc64/dma.h
Previous file: linux/include/asm-sparc64/bitops.h
Back to the patch index
Back to the overall index
-  Lines: 7
 -  Date:
Wed Mar 10 16:53:38 1999
 -  Orig file: 
v2.2.3/linux/include/asm-sparc64/cache.h
 -  Orig date: 
Thu May 29 21:53:09 1997
 
diff -u --recursive --new-file v2.2.3/linux/include/asm-sparc64/cache.h linux/include/asm-sparc64/cache.h
@@ -9,4 +9,6 @@
 
 #define        L1_CACHE_ALIGN(x)       (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
 
+#define        SMP_CACHE_BYTES		64 /* L2 cache line size. */
+
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)