fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-x86_64 / cache.h
index 263f0a2..052df75 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * include/asm-x8664/cache.h
+ * include/asm-x86_64/cache.h
  */
 #ifndef __ARCH_X8664_CACHE_H
 #define __ARCH_X8664_CACHE_H
 
-#include <linux/config.h>
 
 /* L1 cache line size */
 #define L1_CACHE_SHIFT (CONFIG_X86_L1_CACHE_SHIFT)
@@ -22,4 +21,6 @@
 
 #endif
 
+#define __read_mostly __attribute__((__section__(".data.read_mostly")))
+
 #endif