powerpc/prom_init: Evaluate mem kernel parameter for early allocation
authorBenjamin Krill <ben@codiert.org>
Mon, 27 Jul 2009 22:02:39 +0000 (22:02 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 20 Aug 2009 00:29:25 +0000 (10:29 +1000)
commitcf68787b68a2011664f1670a827c8f202ddb7c3d
treef9ce6c87b0421920281fee78f7e4ab994e5b8b33
parenta888ad451a96881a7e40f40f717d05f1f3b26ad4
powerpc/prom_init: Evaluate mem kernel parameter for early allocation

Evaluate mem kernel parameter for early memory allocations. If mem is set
no allocation in the region above the given boundary is allowed. The current
code doesn't take care about this and allocate memory above the given mem
boundary.

Signed-off-by: Benjamin Krill <ben@codiert.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/prom_init.c