aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-20 01:03:44 +0100
committerMichal Marek <mmarek@suse.cz>2010-03-03 11:26:00 +0100
commit54cb27a71f51d304342c79e62fd7667f2171062b (patch)
tree3b052520ec879d976f8f6ec2b3f032ba7936cc51 /arch/s390/include
parentRename .data[.percpu][.XXX] to .data[..percpu][..XXX]. (diff)
downloadlinux-dev-54cb27a71f51d304342c79e62fd7667f2171062b.tar.xz
linux-dev-54cb27a71f51d304342c79e62fd7667f2171062b.zip
Rename .data.read_mostly to .data..read_mostly.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/s390/include')
-rw-r--r--arch/s390/include/asm/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/cache.h b/arch/s390/include/asm/cache.h
index 9b866816863c..24aafa68b643 100644
--- a/arch/s390/include/asm/cache.h
+++ b/arch/s390/include/asm/cache.h
@@ -14,6 +14,6 @@
#define L1_CACHE_BYTES 256
#define L1_CACHE_SHIFT 8
-#define __read_mostly __attribute__((__section__(".data.read_mostly")))
+#define __read_mostly __attribute__((__section__(".data..read_mostly")))
#endif