Merge commit 'v2.6.38-rc6' into for-2.6.39/core
[pandora-kernel.git] / arch / mips / include / asm / cache.h
index 37f175c..650ac9b 100644 (file)
@@ -17,4 +17,6 @@
 #define SMP_CACHE_SHIFT                L1_CACHE_SHIFT
 #define SMP_CACHE_BYTES                L1_CACHE_BYTES
 
+#define __read_mostly __attribute__((__section__(".data.read_mostly")))
+
 #endif /* _ASM_CACHE_H */