]> err.no Git - linux-2.6/blobdiff - include/asm-s390/cache.h
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
[linux-2.6] / include / asm-s390 / cache.h
index 29845378b206d428b55a92f01c4d2afc69cc4a56..9b866816863c89a76069d1d3b9f857067a1aa27f 100644 (file)
@@ -13,8 +13,7 @@
 
 #define L1_CACHE_BYTES     256
 #define L1_CACHE_SHIFT     8
-#define L1_CACHE_SHIFT_MAX 8   /* largest L1 which this arch supports */
 
-#define ARCH_KMALLOC_MINALIGN  8
+#define __read_mostly __attribute__((__section__(".data.read_mostly")))
 
 #endif