> -----Original Message-----
> From: Mike Rapoport [mailto:[email protected]]
> Sent: Wednesday, February 13, 2019 3:30 PM
> To: Anup Patel <[email protected]>
> Cc: Palmer Dabbelt <[email protected]>; Albert Ou
> <[email protected]>; Atish Patra <[email protected]>; Paul
> Walmsley <[email protected]>; Christoph Hellwig
> <[email protected]>; [email protected]; linux-
> [email protected]
> Subject: Re: [PATCH v5 1/6] RISC-V: Move free_initrd_mem() to
> kernel/setup.c
>
> On Wed, Feb 13, 2019 at 08:07:17AM +0000, Anup Patel wrote:
> > We move free_initrd_mem() to kernel/setup.c so that all initrd related
> > functions are in one place.
>
> A few patches after you move setup_bootmem() that calls setup_initrd() to
> mm/init.c. I'd say it makes more sense to move setup_intird() to mm/init.c.
Makes sense. I will drop this patch and I will move setup_initrd() to
mm/init.c along with setup_bootmem() because setup_bootmem()
depends on setup_initrd().
Regards,
Anup