X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-ia64%2Fcache.h;h=e7482bd628ff21ab21d98277d1c2d79f14cfea38;hb=5d5d80001df3fbd06bd2b8893b6e3847e38a12d6;hp=40dd25195d656e0c171106a9735d931d7f0116e7;hpb=b8c475be7bf9b79e6417c08d7a921b2e8cb04258;p=mv-sheeva.git diff --git a/include/asm-ia64/cache.h b/include/asm-ia64/cache.h index 40dd25195d6..e7482bd628f 100644 --- a/include/asm-ia64/cache.h +++ b/include/asm-ia64/cache.h @@ -1,7 +1,6 @@ #ifndef _ASM_IA64_CACHE_H #define _ASM_IA64_CACHE_H -#include /* * Copyright (C) 1998-2000 Hewlett-Packard Co @@ -25,4 +24,6 @@ # define SMP_CACHE_BYTES (1 << 3) #endif +#define __read_mostly __attribute__((__section__(".data.read_mostly"))) + #endif /* _ASM_IA64_CACHE_H */