VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Tom Rini <trini@konsulko.com> 2020-06-19 10:30:56 -0400 committer: Borislav Petkov <bp@suse.de> 2020-06-19 19:23:54 +0200 commit: eacb0c101a0bdf14de77cc9d107493e2d8d6389c parent: 56ce93700eb630a8d894f5a578f166888ae8cba6
Commit Summary:
initrd: Remove erroneous comment
Diffstat:
1 file changed, 0 insertions, 5 deletions
diff --git a/init/do_mounts_initrd.c b/init/do_mounts_initrd.c
index d72beda824aa..53314d7da4be 100644
--- a/init/do_mounts_initrd.c
+++ b/init/do_mounts_initrd.c
@@ -45,11 +45,6 @@ static int __init early_initrdmem(char *p)
 }
 early_param("initrdmem", early_initrdmem);
 
-/*
- * This is here as the initrd keyword has been in use since 11/2018
- * on ARM, PowerPC, and MIPS.
- * It should not be; it is reserved for bootloaders.
- */
 static int __init early_initrd(char *p)
 {
 	return early_initrdmem(p);