powerpc: Fix assmption of end_of_DRAM() returns end address
authorBharat Bhushan <r65777@freescale.com>
Tue, 5 Jun 2012 03:55:04 +0000 (03:55 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 3 Jul 2012 04:14:49 +0000 (14:14 +1000)
memblock_end_of_DRAM() returns end_address + 1, not end address.
While some code assumes that it returns end address.

Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found