]> err.no Git - linux-2.6/blobdiff - arch/m32r/kernel/vmlinux.lds.S
Pull remove-hotkey into release branch
[linux-2.6] / arch / m32r / kernel / vmlinux.lds.S
index c497a2fc88ed7bb6c6728f7e67b05a4915727e9f..439cc257cd1df7faf55a57051530d65be3dac13b 100644 (file)
@@ -102,10 +102,14 @@ SECTIONS
      from .altinstructions and .eh_frame */
   .exit.text : { *(.exit.text) }
   .exit.data : { *(.exit.data) }
+
+#ifdef CONFIG_BLK_DEV_INITRD
   . = ALIGN(4096);
   __initramfs_start = .;
   .init.ramfs : { *(.init.ramfs) }
   __initramfs_end = .;
+#endif
+
   . = ALIGN(32);
   __per_cpu_start = .;
   .data.percpu  : { *(.data.percpu) }