[PATCH] x86: Allow percpu variables to be page-aligned
[deliverable/linux.git] / arch / arm / kernel / vmlinux.lds.S
index ddbdad48f5b2636285c36d4836bb863f5b2e25f7..d1a6a597ed9ad111c11d5ae6680d17ee082e2e91 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 = .;
This page took 0.024432 seconds and 5 git commands to generate.