x86, memblock: Remove __memblock_x86_find_in_range_size()
authorYinghai Lu <yinghai@kernel.org>
Mon, 4 Oct 2010 21:58:04 +0000 (14:58 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 6 Oct 2010 04:45:43 +0000 (21:45 -0700)
Fold it into memblock_x86_find_in_range(), and change bad_addr_size()
to check_reserve_memblock().

So whole memblock_x86_find_in_range_size() code is more readable.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <4CAA4DEC.4000401@kernel.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found