[PATCH] x86: Allow percpu variables to be page-aligned
[powerpc.git] / arch / mips / kernel / vmlinux.lds.S
index c76b793..043f637 100644 (file)
@@ -119,7 +119,7 @@ SECTIONS
   .init.ramfs : { *(.init.ramfs) }
   __initramfs_end = .;
 #endif
-  . = ALIGN(32);
+  . = ALIGN(_PAGE_SIZE);
   __per_cpu_start = .;
   .data.percpu  : { *(.data.percpu) }
   __per_cpu_end = .;