[PATCH] x86: Allow percpu variables to be page-aligned
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / arm / kernel / vmlinux.lds.S
index ddbdad4..d1a6a59 100644 (file)
@@ -59,7 +59,7 @@ SECTIONS
                        usr/built-in.o(.init.ramfs)
                __initramfs_end = .;
 #endif
-               . = ALIGN(64);
+               . = ALIGN(4096);
                __per_cpu_start = .;
                        *(.data.percpu)
                __per_cpu_end = .;