]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/cache.h
[PATCH] lightweight robust futexes: arch defaults
[linux-2.6-omap-h63xx.git] / include / asm-i386 / cache.h
index 849788710feb33fcecc22d695b8df92bbf44a06a..ca15c9c665cf68bf5a10dacd78a6e10624b0de38 100644 (file)
@@ -10,6 +10,6 @@
 #define L1_CACHE_SHIFT (CONFIG_X86_L1_CACHE_SHIFT)
 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
 
-#define L1_CACHE_SHIFT_MAX 7   /* largest L1 which this arch supports */
+#define __read_mostly __attribute__((__section__(".data.read_mostly")))
 
 #endif