소스 검색

Get rid of the the remains of 2.4-style ramdisk support.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 20 년 전
부모
커밋
b4dbf95e30
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      arch/mips/kernel/vmlinux.lds.S

+ 0 - 7
arch/mips/kernel/vmlinux.lds.S

@@ -54,13 +54,6 @@ SECTIONS
 
 
     *(.data)
     *(.data)
 
 
-   /* Align the initial ramdisk image (INITRD) on page boundaries. */
-   . = ALIGN(4096);
-   __rd_start = .;
-   *(.initrd)
-   . = ALIGN(4096);
-   __rd_end = .;
-
     CONSTRUCTORS
     CONSTRUCTORS
   }
   }
   _gp = . + 0x8000;
   _gp = . + 0x8000;