[PATCH] x86: Allow percpu variables to be page-aligned
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / powerpc / kernel / vmlinux.lds.S
index 7eefeb4..1320673 100644 (file)
@@ -139,11 +139,7 @@ SECTIONS
                __initramfs_end = .;
        }
 #endif
-#ifdef CONFIG_PPC32
-       . = ALIGN(32);
-#else
-       . = ALIGN(128);
-#endif
+       . = ALIGN(PAGE_SIZE);
        .data.percpu : {
                __per_cpu_start = .;
                *(.data.percpu)