]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Adjust TASK_SIZE on ppc32 systems to 3GB that are capable
authorKumar Gala <galak@kernel.crashing.org>
Thu, 11 Oct 2007 18:40:21 +0000 (13:40 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 11 Oct 2007 18:40:21 +0000 (13:40 -0500)
commit99e5f263260b2591a185924330a37d59a76d6f87
tree873e012e2066a9807427fd0bf87986bb620aa068
parent25d8c9c9daa7c6c0f1465284801c4efef7a0b4a4
[POWERPC] Adjust TASK_SIZE on ppc32 systems to 3GB that are capable

All ppc32 systems except PReP and 8xx are capable of handling 3G of user
address space.  Old legacy had set this to 2GB and no one has bothered to
fix it.

8xx could be bumped up to 3GB if its SW TLB miss handlers were fixed up
to properly determine kernel/user addresses.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/Kconfig