diff options
author | Tim Abbott <tabbott@ksplice.com> | 2010-02-19 19:03:34 -0500 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-03-03 05:25:58 -0500 |
commit | 4af57b787b4be09419a2bb48aa705fa87ef41cca (patch) | |
tree | aa0d843953181e8e75f6937da6aaf3072dc63970 /arch/powerpc/kernel/vmlinux.lds.S | |
parent | bc75cc6b5636eed5f6a481cba808e906f71cfd94 (diff) |
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 'arch/powerpc/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/powerpc/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/vmlinux.lds.S b/arch/powerpc/kernel/vmlinux.lds.S index dcd01c82e701..3229c0622161 100644 --- a/arch/powerpc/kernel/vmlinux.lds.S +++ b/arch/powerpc/kernel/vmlinux.lds.S | |||
@@ -231,7 +231,7 @@ SECTIONS | |||
231 | PAGE_ALIGNED_DATA(PAGE_SIZE) | 231 | PAGE_ALIGNED_DATA(PAGE_SIZE) |
232 | } | 232 | } |
233 | 233 | ||
234 | .data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET) { | 234 | .data..cacheline_aligned : AT(ADDR(.data..cacheline_aligned) - LOAD_OFFSET) { |
235 | CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES) | 235 | CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES) |
236 | } | 236 | } |
237 | 237 | ||