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