initrd: Remove erroneous comment
authorTom Rini <trini@konsulko.com>
Fri, 19 Jun 2020 14:30:56 +0000 (10:30 -0400)
committerBorislav Petkov <bp@suse.de>
Fri, 19 Jun 2020 17:23:54 +0000 (19:23 +0200)
commiteacb0c101a0bdf14de77cc9d107493e2d8d6389c
treea32af390d3306a592698603eaae762b8776d430c
parent56ce93700eb630a8d894f5a578f166888ae8cba6
initrd: Remove erroneous comment

Most architectures have been passing the location of an initrd via the
initrd= option since their inception.  Remove the comment as it's both
wrong and unrelated to the commit that introduced it.

For a bit more context, I assume there's been some confusion between
"initrd" being a keyword in things like extlinux.conf and also that for
quite a long time now initrd information is passed via device tree and
not the command line on relevant architectures. But it's still true that
it's been a valid command line option to the kernel since the 90s. It's
just the case that in 2018 the code was consolidated from under arch/
and in to this file.

 [ bp: Move the context clarification up into the commit message proper. ]

Fixes: 694cfd87b0c8 ("x86/setup: Add an initrdmem= option to specify initrd physical address")
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200619143056.24538-1-trini@konsulko.com
init/do_mounts_initrd.c