From mboxrd@z Thu Jan 1 00:00:00 1970 From: msalter@redhat.com (Mark Salter) Date: Thu, 19 Apr 2018 12:37:30 -0400 Subject: [PATCH v6 05/16] c6x: Switch to generic free_initrd_mem. In-Reply-To: <20180401145931.7932-5-shea@shealevy.com> References: <20180329113207.30674-1-shea@shealevy.com> <20180401145931.7932-1-shea@shealevy.com> <20180401145931.7932-5-shea@shealevy.com> Message-ID: <1524155850.3134.16.camel@redhat.com> To: linux-riscv@lists.infradead.org List-Id: linux-riscv.lists.infradead.org On Sun, 2018-04-01 at 10:59 -0400, Shea Levy wrote: > The first patch in this series added a weakly-defined generic > implementation, which is functionally identical to the > architecture-specific one removed here. > > Series boot-tested on RISC-V (which now uses the generic > implementation) and x86_64 (which doesn't). > > Signed-off-by: Shea Levy > --- > arch/c6x/mm/init.c | 7 ------- > 1 file changed, 7 deletions(-) > > diff --git a/arch/c6x/mm/init.c b/arch/c6x/mm/init.c > index 4cc72b0d1c1d..a11cb657182a 100644 > --- a/arch/c6x/mm/init.c > +++ b/arch/c6x/mm/init.c > @@ -66,13 +66,6 @@ void __init mem_init(void) > mem_init_print_info(NULL); > } > > -#ifdef CONFIG_BLK_DEV_INITRD > -void __init free_initrd_mem(unsigned long start, unsigned long end) > -{ > - free_reserved_area((void *)start, (void *)end, -1, "initrd"); > -} > -#endif > - > void __init free_initmem(void) > { > free_initmem_default(-1); Acked-by: Mark Salter