Re: [PATCH v4 2/4] mm: simplify parater of function memmap_init_zone()

2021-01-22 Thread David Hildenbrand
On 20.01.21 05:52, 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/include/asm/pgtable.h | 3 +-- >

[PATCH v4 2/4] mm: simplify parater of function memmap_init_zone()

2021-01-19 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/include/asm/pgtable.h | 3 +-- arch/ia64/mm/init.c | 12 +++-