Re: [PATCH 3/4] powerpc: implement vmemmap_free()

2014-07-24 Thread Nathan Fontenot
On 06/11/2014 03:23 AM, Li Zhong wrote: > vmemmap_free() does the opposite of vmemap_populate(). > This patch also puts vmemmap_free() and vmemmap_list_free() into > CONFIG_MEMMORY_HOTPLUG. > > Signed-off-by: Li Zhong > Cc: Nathan Fontenot Acked-by: Nathan Fontenot > --- > arch/powerpc/mm/i

[PATCH 3/4] powerpc: implement vmemmap_free()

2014-06-11 Thread Li Zhong
vmemmap_free() does the opposite of vmemap_populate(). This patch also puts vmemmap_free() and vmemmap_list_free() into CONFIG_MEMMORY_HOTPLUG. Signed-off-by: Li Zhong Cc: Nathan Fontenot --- arch/powerpc/mm/init_64.c | 85 ++--- 1 file changed, 64 ins