]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/cache.h
[PATCH] Add the vgetcpu vsyscall
[linux-2.6] / include / asm-x86_64 / cache.h
index 263f0a211ed7b36880cba02eba00f8645e2054e5..ed8a9d25272db1e8fe770051f0830efa3a2deb1c 100644 (file)
@@ -4,7 +4,6 @@
 #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