]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/xtensa/kernel/vmlinux.lds.S
[POWERPC] 83xx: Fix the PCI ranges in the MPC832x_MDS device tree.
[linux-2.6-omap-h63xx.git] / arch / xtensa / kernel / vmlinux.lds.S
index a36c104c3a5295a05e89a0ef1eaf1c0d27b8cfd1..4fbd66a52a8818002bbf7165427707ec78dda339 100644 (file)
@@ -198,15 +198,17 @@ SECTIONS
   __ftr_fixup : { *(__ftr_fixup) }
   __stop___ftr_fixup = .;
 
-  . = ALIGN(32);
+  . = ALIGN(4096);
   __per_cpu_start = .;
   .data.percpu  : { *(.data.percpu) }
   __per_cpu_end = .;
 
+#ifdef CONFIG_BLK_DEV_INITRD
   . = ALIGN(4096);
   __initramfs_start =.;
   .init.ramfs : { *(.init.ramfs) }
   __initramfs_end = .;
+#endif
 
   /* We need this dummy segment here */