]> err.no Git - linux-2.6/blobdiff - arch/ppc/boot/ld.script
sctp: Bring SCTP_DELAYED_ACK socket option into API compliance
[linux-2.6] / arch / ppc / boot / ld.script
index 6ee602d8b6a08f1d2105332e4261e1a2c47516d0..d4dd8f15395ecb3495289f6ce8bb91c9da6162d1 100644 (file)
@@ -1,4 +1,4 @@
-OUTPUT_ARCH(powerpc)
+OUTPUT_ARCH(powerpc:common)
 SECTIONS
 {
   /* Read-only sections, merged into text segment: */
@@ -58,9 +58,6 @@ SECTIONS
     *(.ramdisk)
     __ramdisk_end = .;
     . = ALIGN(4096);
-    __sysmap_begin = .;
-    *(.sysmap)
-    __sysmap_end = .;
     CONSTRUCTORS
   }
   _edata  =  .;