On Mon, Dec 7, 2020 at 8:14 PM David Hildenbrand <david@xxxxxxxxxx> wrote: > > On 30.11.20 16:18, Muchun Song wrote: > > In the later patch, we will use {get,put}_page_bootmem() to initialize > > the page for vmemmap or free vmemmap page to buddy. So move them out of > > CONFIG_MEMORY_HOTPLUG_SPARSE. This is just code movement without any > > functional change. > > > > Signed-off-by: Muchun Song <songmuchun@xxxxxxxxxxxxx> > > Acked-by: Mike Kravetz <mike.kravetz@xxxxxxxxxx> > > Reviewed-by: Oscar Salvador <osalvador@xxxxxxx> > > --- > > arch/x86/mm/init_64.c | 2 +- > > include/linux/bootmem_info.h | 13 +++++++++++++ > > include/linux/memory_hotplug.h | 4 ---- > > mm/bootmem_info.c | 25 +++++++++++++++++++++++++ > > mm/memory_hotplug.c | 27 --------------------------- > > mm/sparse.c | 1 + > > 6 files changed, 40 insertions(+), 32 deletions(-) > > > > I'd squash this into the previous patch and name it like > > "mm/memory_hotplug: Factor out bootmem core functions to bootmem_info.c" OK, will do. Thanks for your suggestions. :) > > > -- > Thanks, > > David / dhildenb > -- Yours, Muchun