Re: [PATCH] riscv: Drop setup_initrd

From: Palmer Dabbelt
Date: Mon Aug 20 2018 - 18:33:33 EST


On Thu, 09 Aug 2018 21:11:40 PDT (-0700), linux@xxxxxxxxxxxx wrote:
setup_initrd() does not appear to serve a practical purpose other than
preventing qemu boots with "-initrd" parameter, so let's drop it.

Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
---
arch/riscv/kernel/setup.c | 39 ---------------------------------------
1 file changed, 39 deletions(-)

I missed this for the merge window but I think it's suitable for an RC so I'll target it for next week. It's at kernel.org/palmer/linux.git/fix-initrd and I've added it to for-next.

Thanks!