powerpc: mem_init should call memblock_is_reserved with phys_addr_t
commit3d41e0f6d91cedcab08dff2f5e148b20c87a7432
authorBecky Bruce <beckyb@kernel.crashing.org>
Tue, 28 Jun 2011 09:54:46 +0000 (28 09:54 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 29 Jun 2011 07:48:18 +0000 (29 17:48 +1000)
tree9c0ef3d7b681077ec402e2bff74973a678bf0529
parent72632ce5a4ee8c75aa7cc17eb4473fcf625b8941
powerpc: mem_init should call memblock_is_reserved with phys_addr_t

This has been broken for a while but hasn't been an issue until
now because nobody was reserving regions at high addresses.

Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/mm/mem.c