diff options
| author | Len Brown <len.brown@intel.com> | 2005-12-21 04:38:01 -0500 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2005-12-21 04:38:01 -0500 |
| commit | d8bcd8e41576809f276fa44be5012568296cce41 (patch) | |
| tree | ec48438ed1a7b3d3794a0a4cc577d0bab69b7f03 /include/linux/cache.h | |
| parent | 5b2db367a28c12e8dfd0b404d9ea35e948c5d7b3 (diff) | |
| parent | b05948d9b7167e23af88cc65b9ffa4687eaf1f0d (diff) | |
Auto-update from upstream
Diffstat (limited to 'include/linux/cache.h')
| -rw-r--r-- | include/linux/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cache.h b/include/linux/cache.h index f6b5a46c5f82..0b7ecf3af78a 100644 --- a/include/linux/cache.h +++ b/include/linux/cache.h @@ -13,7 +13,7 @@ #define SMP_CACHE_BYTES L1_CACHE_BYTES #endif -#if defined(CONFIG_X86) || defined(CONFIG_SPARC64) +#if defined(CONFIG_X86) || defined(CONFIG_SPARC64) || defined(CONFIG_IA64) #define __read_mostly __attribute__((__section__(".data.read_mostly"))) #else #define __read_mostly |
