diff options
Diffstat (limited to 'arch/mips/kernel/vmlinux.lds.S')
| -rw-r--r-- | arch/mips/kernel/vmlinux.lds.S | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index 482ac310c937..25cc856d8e7e 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S | |||
| @@ -54,13 +54,6 @@ SECTIONS | |||
| 54 | 54 | ||
| 55 | *(.data) | 55 | *(.data) |
| 56 | 56 | ||
| 57 | /* Align the initial ramdisk image (INITRD) on page boundaries. */ | ||
| 58 | . = ALIGN(4096); | ||
| 59 | __rd_start = .; | ||
| 60 | *(.initrd) | ||
| 61 | . = ALIGN(4096); | ||
| 62 | __rd_end = .; | ||
| 63 | |||
| 64 | CONSTRUCTORS | 57 | CONSTRUCTORS |
| 65 | } | 58 | } |
| 66 | _gp = . + 0x8000; | 59 | _gp = . + 0x8000; |
| @@ -96,12 +89,6 @@ SECTIONS | |||
| 96 | .init.setup : { *(.init.setup) } | 89 | .init.setup : { *(.init.setup) } |
| 97 | __setup_end = .; | 90 | __setup_end = .; |
| 98 | 91 | ||
| 99 | .early_initcall.init : { | ||
| 100 | __earlyinitcall_start = .; | ||
| 101 | *(.initcall.early1.init) | ||
| 102 | } | ||
| 103 | __earlyinitcall_end = .; | ||
| 104 | |||
| 105 | __initcall_start = .; | 92 | __initcall_start = .; |
| 106 | .initcall.init : { | 93 | .initcall.init : { |
| 107 | *(.initcall1.init) | 94 | *(.initcall1.init) |
