On Wed, Mar 17, 2021 at 09:52:10AM +0800, Kefeng Wang wrote: > mem_init_print_info() is called in mem_init() on each architecture, > and pass NULL argument, so using void argument and move it into mm_init(). > > Acked-by: Dave Hansen <[email protected]> > Signed-off-by: Kefeng Wang <[email protected]>
Acked-by: Mike Rapoport <[email protected]> > --- > v2: > - Cleanup 'str' line suggested by Christophe and ACK >

