[PATCH] x86: Allow percpu variables to be page-aligned
[deliverable/linux.git] / arch / ppc / kernel / vmlinux.lds.S
index a0625562a44bb7a82db233c6388b984662ec44a8..44cd128fb719a54d724a1e9fd748917ac86c81b6 100644 (file)
@@ -130,7 +130,7 @@ SECTIONS
   __ftr_fixup : { *(__ftr_fixup) }
   __stop___ftr_fixup = .;
 
-  . = ALIGN(32);
+  . = ALIGN(4096);
   __per_cpu_start = .;
   .data.percpu  : { *(.data.percpu) }
   __per_cpu_end = .;
This page took 0.025321 seconds and 5 git commands to generate.