Rename .data.cacheline_aligned to .data..cacheline_aligned.
[cascardo/linux.git] / arch / powerpc / kernel / vmlinux.lds.S
index dcd01c8..3229c06 100644 (file)
@@ -231,7 +231,7 @@ SECTIONS
                PAGE_ALIGNED_DATA(PAGE_SIZE)
        }
 
-       .data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET) {
+       .data..cacheline_aligned : AT(ADDR(.data..cacheline_aligned) - LOAD_OFFSET) {
                CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES)
        }