summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/loongarch/kernel/mem.c')
-rw-r--r--arch/loongarch/kernel/mem.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/loongarch/kernel/mem.c b/arch/loongarch/kernel/mem.c
index 7423361b0ebc..4a4107a6a965 100644
--- a/arch/loongarch/kernel/mem.c
+++ b/arch/loongarch/kernel/mem.c
@@ -58,7 +58,4 @@ void __init memblock_init(void)
/* Reserve the kernel text/data/bss */
memblock_reserve(__pa_symbol(&_text),
__pa_symbol(&_end) - __pa_symbol(&_text));
-
- /* Reserve the initrd */
- reserve_initrd_mem();
}