Re: [PATCH v5 1/6] memblock: Factor out of top-down allocation

2013-09-27 Thread Toshi Kani
On Wed, 2013-09-25 at 02:25 +0800, Zhang Yanfei wrote: > From: Tang Chen > > This patch creates a new function __memblock_find_range_rev > to factor out of top-down allocation from memblock_find_in_range_node. > This is a preparation because we will introduce a new bottom-up > allocation mode in

Re: [PATCH v5 1/6] memblock: Factor out of top-down allocation

2013-09-27 Thread Toshi Kani
On Wed, 2013-09-25 at 02:25 +0800, Zhang Yanfei wrote: From: Tang Chen tangc...@cn.fujitsu.com This patch creates a new function __memblock_find_range_rev to factor out of top-down allocation from memblock_find_in_range_node. This is a preparation because we will introduce a new bottom-up

[PATCH v5 1/6] memblock: Factor out of top-down allocation

2013-09-24 Thread Zhang Yanfei
From: Tang Chen This patch creates a new function __memblock_find_range_rev to factor out of top-down allocation from memblock_find_in_range_node. This is a preparation because we will introduce a new bottom-up allocation mode in the following patch. Acked-by: Tejun Heo Signed-off-by: Tang

[PATCH v5 1/6] memblock: Factor out of top-down allocation

2013-09-24 Thread Zhang Yanfei
From: Tang Chen tangc...@cn.fujitsu.com This patch creates a new function __memblock_find_range_rev to factor out of top-down allocation from memblock_find_in_range_node. This is a preparation because we will introduce a new bottom-up allocation mode in the following patch. Acked-by: Tejun Heo