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)
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>

No differences found