You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Get rid of the the remains of 2.4-style ramdisk support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user