X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fcache.h;h=263f0a211ed7b36880cba02eba00f8645e2054e5;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=ed8a9d25272db1e8fe770051f0830efa3a2deb1c;hpb=3944158a6d33f94668dbd6bdc32ff5c67bb53ec2;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