[PATCH] x86: Allow percpu variables to be page-aligned
[deliverable/linux.git] / arch / m32r / kernel / vmlinux.lds.S
index 439cc257cd1df7faf55a57051530d65be3dac13b..6c73bca3f478cf35d88f8e4a9b169b77bae2d617 100644 (file)
@@ -110,7 +110,7 @@ SECTIONS
   __initramfs_end = .;
 #endif
 
-  . = ALIGN(32);
+  . = ALIGN(4096);
   __per_cpu_start = .;
   .data.percpu  : { *(.data.percpu) }
   __per_cpu_end = .;
This page took 0.036465 seconds and 5 git commands to generate.