diff options
author | David S. Miller <davem@davemloft.net> | 2005-07-10 15:45:11 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-07-10 15:45:11 -0700 |
commit | d369ddd2fc00fc3f46e9052d1017cbf407e3cdf7 (patch) | |
tree | e7c91ce6639064462cb831dd0c48b9b93cad68d4 /include/linux/cache.h | |
parent | 9126dfde9e5efd76f9d4246819bdc7ea66de3af0 (diff) |
[SPARC64]: Add __read_mostly support.
Signed-off-by: David S. Miller <davem@davemloft.net>
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 2b66a36d85f0..f6b5a46c5f82 100644 --- a/include/linux/cache.h +++ b/include/linux/cache.h @@ -13,7 +13,7 @@ #define SMP_CACHE_BYTES L1_CACHE_BYTES #endif -#ifdef CONFIG_X86 +#if defined(CONFIG_X86) || defined(CONFIG_SPARC64) #define __read_mostly __attribute__((__section__(".data.read_mostly"))) #else #define __read_mostly |