diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2016-06-07 11:23:07 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-06-13 16:58:23 +0300 |
commit | 72a9b02d3b55d5ffeb4a00ad99b2c2471ebfa23c (patch) | |
tree | ee72a10b0e42ff7dba596f15840a93c81bcd5402 /arch/s390/include/asm/cache.h | |
parent | d07a980c1b8d7ac18854bae94a4e7aeabce933b8 (diff) | |
download | linux-72a9b02d3b55d5ffeb4a00ad99b2c2471ebfa23c.tar.xz |
s390: use __section macro everywhere
Small cleanup patch to use the shorter __section macro everywhere.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/cache.h')
-rw-r--r-- | arch/s390/include/asm/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/cache.h b/arch/s390/include/asm/cache.h index 4d7ccac5fd1d..05219a5e0b2f 100644 --- a/arch/s390/include/asm/cache.h +++ b/arch/s390/include/asm/cache.h @@ -13,6 +13,6 @@ #define L1_CACHE_SHIFT 8 #define NET_SKB_PAD 32 -#define __read_mostly __attribute__((__section__(".data..read_mostly"))) +#define __read_mostly __section(.data..read_mostly) #endif |