[PATCH] x86: Allow percpu variables to be page-aligned
[deliverable/linux.git] / arch / xtensa / kernel / vmlinux.lds.S
index ab6370054cee709cdfccff4850d6fcdefb24ce9d..4fbd66a52a8818002bbf7165427707ec78dda339 100644 (file)
@@ -198,7 +198,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.026145 seconds and 5 git commands to generate.