powerpc: Fix memory limits when starting at a non-zero address
authorScott Wood <scottwood@freescale.com>
Thu, 27 Jan 2011 10:30:44 +0000 (10:30 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 2 Mar 2011 05:56:15 +0000 (16:56 +1100)
memblock_enforce_memory_limit() takes the desired maximum quantity of memory
to end up with, not an address above which memory will not be used.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found