memblock: Add memblock_find_in_range()
authorYinghai Lu <yinghai@kernel.org>
Wed, 28 Jul 2010 05:38:40 +0000 (15:38 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 5 Aug 2010 02:56:34 +0000 (12:56 +1000)
This is a wrapper for memblock_find_base() using slightly different
arguments (start,end instead of start,size for example) in order to
make it easier to convert existing arch/x86 code.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found