patch-2.1.42 linux/include/asm-sparc64/cache.h

Next file: linux/include/asm-sparc64/hardirq.h
Previous file: linux/include/asm-sparc64/byteorder.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.41/linux/include/asm-sparc64/cache.h linux/include/asm-sparc64/cache.h
@@ -4,9 +4,8 @@
 #ifndef __ARCH_SPARC64_CACHE_H
 #define __ARCH_SPARC64_CACHE_H
 
-/* FIXME: Should look at this soon */
 /* bytes per L1 cache line */
-#define        L1_CACHE_BYTES  32      /* a guess */
+#define        L1_CACHE_BYTES		32 /* Two 16-byte sub-blocks per line. */
 
 #define        L1_CACHE_ALIGN(x)       (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov