X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fcache.h;fp=include%2Fasm-x86_64%2Fcache.h;h=263f0a211ed7b36880cba02eba00f8645e2054e5;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=ed8a9d25272db1e8fe770051f0830efa3a2deb1c;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/asm-x86_64/cache.h b/include/asm-x86_64/cache.h index ed8a9d252..263f0a211 100644 --- a/include/asm-x86_64/cache.h +++ b/include/asm-x86_64/cache.h @@ -4,6 +4,7 @@ #ifndef __ARCH_X8664_CACHE_H #define __ARCH_X8664_CACHE_H +#include /* 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