[PATCH] bitops: x86_64: use generic bitops
[powerpc.git] / include / asm-x86_64 / cache.h
index 263f0a2..c8043a1 100644 (file)
@@ -20,6 +20,8 @@
        __attribute__((__section__(".data.page_aligned")))
 #endif
 
+#define __read_mostly __attribute__((__section__(".data.read_mostly")))
+
 #endif
 
 #endif