Re: [PATCH 16/21] x86, memblock, mem-hotplug: Free hotpluggable memory reserved by memblock.

2013-07-24 Thread Tang Chen
On 07/24/2013 05:00 AM, Tejun Heo wrote: On Fri, Jul 19, 2013 at 03:59:29PM +0800, Tang Chen wrote: We reserved hotpluggable memory in memblock at early time. And when memory initialization is done, we have to free it to buddy system. This patch free memory reserved by memblock with flag MEMBLK

Re: [PATCH 16/21] x86, memblock, mem-hotplug: Free hotpluggable memory reserved by memblock.

2013-07-23 Thread Tejun Heo
On Fri, Jul 19, 2013 at 03:59:29PM +0800, Tang Chen wrote: > We reserved hotpluggable memory in memblock at early time. And when memory > initialization is done, we have to free it to buddy system. > > This patch free memory reserved by memblock with flag MEMBLK_HOTPLUGGABLE. Sequencing patches t

[PATCH 16/21] x86, memblock, mem-hotplug: Free hotpluggable memory reserved by memblock.

2013-07-19 Thread Tang Chen
We reserved hotpluggable memory in memblock at early time. And when memory initialization is done, we have to free it to buddy system. This patch free memory reserved by memblock with flag MEMBLK_HOTPLUGGABLE. Signed-off-by: Tang Chen Reviewed-by: Wanpeng Li --- include/linux/memblock.h |1