From: Benjamin Herrenschmidt Date: Wed, 4 Aug 2010 04:38:47 +0000 (+1000) Subject: memblock: Implement memblock_is_memory and memblock_is_region_memory X-Git-Tag: v2.6.37-rc1~183^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72d4b0b4e0e7fa858767e03972771a9f7c02b689;p=pandora-kernel.git memblock: Implement memblock_is_memory and memblock_is_region_memory To make it fast, we steal ARM's binary search for memblock_is_memory() and we use that to also the replace existing implementation of memblock_is_reserved(). Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed