powerpc: Use more accurate limit for first segment memory allocations
authorAnton Blanchard <anton@samba.org>
Mon, 10 May 2010 18:59:18 +0000 (18:59 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 21 May 2010 07:31:10 +0000 (17:31 +1000)
commit095c7965f4dc870ed2b65143b1e2610de653416c
treedfd918c5087025ac16bedddaa0e8c8d6255d17d0
parent5d7a87217de48b234b3c8ff8a73059947d822e07
powerpc: Use more accurate limit for first segment memory allocations

Author: Milton Miller <miltonm@bga.com>

On large machines we are running out of room below 256MB. In some cases we
only need to ensure the allocation is in the first segment, which may be
256MB or 1TB.

Add slb0_limit and use it to specify the upper limit for the irqstack and
emergency stacks.

On a large ppc64 box, this fixes a panic at boot when the crashkernel=
option is specified (previously we would run out of memory below 256MB).

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/setup_64.c