X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fcache.h;h=052df758ae61e2df16550e7287d223a82401df8d;hb=refs%2Fheads%2Fvserver;hp=263f0a211ed7b36880cba02eba00f8645e2054e5;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/asm-x86_64/cache.h b/include/asm-x86_64/cache.h index 263f0a211..052df758a 100644 --- a/include/asm-x86_64/cache.h +++ b/include/asm-x86_64/cache.h @@ -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 /* 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