X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Fcache.h;h=ca15c9c665cf68bf5a10dacd78a6e10624b0de38;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=849788710feb33fcecc22d695b8df92bbf44a06a;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/asm-i386/cache.h b/include/asm-i386/cache.h index 849788710..ca15c9c66 100644 --- a/include/asm-i386/cache.h +++ b/include/asm-i386/cache.h @@ -10,6 +10,6 @@ #define L1_CACHE_SHIFT (CONFIG_X86_L1_CACHE_SHIFT) #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) -#define L1_CACHE_SHIFT_MAX 7 /* largest L1 which this arch supports */ +#define __read_mostly __attribute__((__section__(".data.read_mostly"))) #endif