summary refs log tree commit diff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorTim Abbott <tabbott@ksplice.com>2010-02-20 01:03:34 +0100
committerMichal Marek <mmarek@suse.cz>2010-03-03 11:25:58 +0100
commit4af57b787b4be09419a2bb48aa705fa87ef41cca (patch)
treeaa0d843953181e8e75f6937da6aaf3072dc63970 /include/asm-generic
parentbc75cc6b5636eed5f6a481cba808e906f71cfd94 (diff)
downloadlinux-4af57b787b4be09419a2bb48aa705fa87ef41cca.tar.gz
Rename .data.cacheline_aligned to .data..cacheline_aligned.
Signed-off-by: Tim Abbott <tabbott@ksplice.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/vmlinux.lds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
index 67e652068e0e..78450aaab9ef 100644
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
@@ -189,7 +189,7 @@
 
 #define CACHELINE_ALIGNED_DATA(align)					\
 	. = ALIGN(align);						\
-	*(.data.cacheline_aligned)
+	*(.data..cacheline_aligned)
 
 #define INIT_TASK_DATA(align)						\
 	. = ALIGN(align);						\