projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e0e55
)
Get rid of the the remains of 2.4-style ramdisk support.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 16 Mar 2005 10:23:31 +0000
(10:23 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:30:57 +0000
(19:30 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/vmlinux.lds.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/vmlinux.lds.S
b/arch/mips/kernel/vmlinux.lds.S
index ff345f2c42c2c1e111eeb81e9dd3f75289980df8..25cc856d8e7e7ab210b871de0bf5e7c735b171ea 100644
(file)
--- a/
arch/mips/kernel/vmlinux.lds.S
+++ b/
arch/mips/kernel/vmlinux.lds.S
@@
-54,13
+54,6
@@
SECTIONS
*(.data)
- /* Align the initial ramdisk image (INITRD) on page boundaries. */
- . = ALIGN(4096);
- __rd_start = .;
- *(.initrd)
- . = ALIGN(4096);
- __rd_end = .;
-
CONSTRUCTORS
}
_gp = . + 0x8000;