X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-generic%2Fvmlinux.lds.h;h=69e5c1182fde7997b9ed208f4fdf30531c4953d5;hb=63cc8c75156462d4b42cbdd76c293b7eee7ddbfe;hp=f054778e916c08e0b1e7cc85dd028de15b21edb2;hpb=75d3bce2fc0a80f435fe12f2c9ed2632c8ac29e4;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index f054778e916..69e5c1182fd 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h @@ -348,6 +348,7 @@ . = ALIGN(align); \ __per_cpu_start = .; \ .data.percpu : AT(ADDR(.data.percpu) - LOAD_OFFSET) { \ + *(.data.percpu.page_aligned) \ *(.data.percpu) \ *(.data.percpu.shared_aligned) \ } \