Re: [PATCH v3 1/4] mm: rename memmap_init() and memmap_init_zone()

2021-01-07 Thread Baoquan He
On 01/05/21 at 05:49pm, David Hildenbrand wrote: > On 05.01.21 08:47, Baoquan He wrote: > > The current memmap_init_zone() only handles memory region inside one zone, > > actually memmap_init() does the memmap init of one zone. So rename both of > > them accordingly. > > > > And also rename the

Re: [PATCH v3 1/4] mm: rename memmap_init() and memmap_init_zone()

2021-01-05 Thread David Hildenbrand
On 05.01.21 08:47, Baoquan He wrote: > The current memmap_init_zone() only handles memory region inside one zone, > actually memmap_init() does the memmap init of one zone. So rename both of > them accordingly. > > And also rename the function parameter 'range_start_pfn' and local variable >

[PATCH v3 1/4] mm: rename memmap_init() and memmap_init_zone()

2021-01-04 Thread Baoquan He
The current memmap_init_zone() only handles memory region inside one zone, actually memmap_init() does the memmap init of one zone. So rename both of them accordingly. And also rename the function parameter 'range_start_pfn' and local variable 'range_end_pfn' of memmap_init() to