Re: [PATCH v5 3/5] mm: simplify parater of function memmap_init_zone()

2021-01-22 Thread David Hildenbrand
On 22.01.21 14:59, Baoquan He wrote: > As David suggested, simply passing 'struct zone *zone' is enough. We can > get all needed information from 'struct zone*' easily. > > Suggested-by: David Hildenbrand > Signed-off-by: Baoquan He > --- > arch/ia64/mm/init.c | 12 +++- >

[PATCH v5 3/5] mm: simplify parater of function memmap_init_zone()

2021-01-22 Thread Baoquan He
As David suggested, simply passing 'struct zone *zone' is enough. We can get all needed information from 'struct zone*' easily. Suggested-by: David Hildenbrand Signed-off-by: Baoquan He --- arch/ia64/mm/init.c | 12 +++- include/linux/mm.h | 3 +-- mm/page_alloc.c | 24