]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-sparc64/cache.h
Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 into...
[karo-tx-linux.git] / include / asm-sparc64 / cache.h
index f7d35a2ae9b8a41401b73f70b74080080ddfcba4..e9df17acedde65d0dfcaddf2dffe1802f68354f1 100644 (file)
@@ -13,4 +13,6 @@
 #define        SMP_CACHE_BYTES_SHIFT   6
 #define        SMP_CACHE_BYTES         (1 << SMP_CACHE_BYTES_SHIFT) /* L2 cache line size. */
 
+#define __read_mostly __attribute__((__section__(".data.read_mostly")))
+
 #endif