[PATCH] x86: Allow percpu variables to be page-aligned
[linux-2.6-block.git] / arch / sh / kernel / vmlinux.lds.S
index 78a6c09875b2b6b3dc17fc18e4855a666de69668..2f606d0ce1f6a9be3201cb4510a508ffe82c8581 100644 (file)
@@ -54,7 +54,7 @@ SECTIONS
   . = ALIGN(PAGE_SIZE);
   .data.page_aligned : { *(.data.page_aligned) }
 
-  . = ALIGN(L1_CACHE_BYTES);
+  . = ALIGN(PAGE_SIZE);
   __per_cpu_start = .;
   .data.percpu : { *(.data.percpu) }
   __per_cpu_end = .;