From: Yinghai Lu Date: Wed, 28 Jul 2010 05:38:40 +0000 (+1000) Subject: memblock: Add memblock_find_in_range() X-Git-Tag: v2.6.37-rc1~183^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5303b68f57c227c27193a14e57dd12be27cd670f;p=pandora-kernel.git memblock: Add memblock_find_in_range() 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed