]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/cache.h
[PATCH] hrtimers: remove DEFINE_KTIME and ktime_to_clock_t()
[linux-2.6-omap-h63xx.git] / include / linux / cache.h
index ffe52210fc4f6d31141d48fed83e790c1c3c7875..cc4b3aafad9a1fda984dbe6e08bfcd09d8b3b73f 100644 (file)
@@ -13,9 +13,7 @@
 #define SMP_CACHE_BYTES L1_CACHE_BYTES
 #endif
 
-#if defined(CONFIG_X86) || defined(CONFIG_SPARC64) || defined(CONFIG_IA64)
-#define __read_mostly __attribute__((__section__(".data.read_mostly")))
-#else
+#ifndef __read_mostly
 #define __read_mostly
 #endif