]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita3b35662adbad259e58ec5ea7782a1d62856971d
treef9ce6c87b0421920281fee78f7e4ab994e5b8b33
parent87aba998a664259f0dcd253284a1d5b05ef7729e
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