commit | cf68787b68a2011664f1670a827c8f202ddb7c3d | [log] [tgz] |
---|---|---|
author | Benjamin Krill <ben@codiert.org> | Mon Jul 27 22:02:39 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 20 10:29:25 2009 +1000 |
tree | f9ce6c87b0421920281fee78f7e4ab994e5b8b33 | |
parent | a888ad451a96881a7e40f40f717d05f1f3b26ad4 [diff] |
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>