linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-x86_64 / cache.h
index ed8a9d2..263f0a2 100644 (file)
@@ -4,6 +4,7 @@
 #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)
@@ -21,6 +22,4 @@
 
 #endif
 
-#define __read_mostly __attribute__((__section__(".data.read_mostly")))
-
 #endif