patch-2.2.4 linux/include/asm-arm/cache.h

Next file: linux/include/asm-arm/pgtable.h
Previous file: linux/include/asm-alpha/sysinfo.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.3/linux/include/asm-arm/cache.h linux/include/asm-arm/cache.h
@@ -6,5 +6,6 @@
 
 #define        L1_CACHE_BYTES  32
 #define        L1_CACHE_ALIGN(x)       (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
+#define        SMP_CACHE_BYTES L1_CACHE_BYTES
 
 #endif

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