commit | 6dd227002972be910c6191f38f8641e01796557f | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Thu Jan 27 10:30:44 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Mar 02 16:56:15 2011 +1100 |
tree | 2dbfe9ef7a95c0f95ea4938a9fa60d9e65c23165 | |
parent | c7704d352d45de47333f2d9f10aead820b49044c [diff] |
powerpc: Fix memory limits when starting at a non-zero address 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>