[PATCH] ppc32: fix CONFIG_TASK_SIZE handling on 44x
authorMatt Porter <mporter@kernel.crashing.org>
Fri, 20 May 2005 20:59:14 +0000 (13:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 20 May 2005 22:48:19 +0000 (15:48 -0700)
commitb2665f92ae67a2d086537979d317a6f3a5697c63
tree96b1c3edd37aadb0ba23758f6455866b047937d6
parent7f8cd80fb261177244c1479cfcad1387dbf3cd4b
[PATCH] ppc32: fix CONFIG_TASK_SIZE handling on 44x

This patch fixed CONFIG_TASK_SIZE handling on 44x.  Currently head_44x.S
hardcodes 0x80000000, which breaks if user chooses to change TASK_SIZE
(e.g.  for 3G user-space).  Tested on Ocotea in 3G/1G configuration.

Signed-off-by: Eugene Surovegin <ebs@ebshome.net>
Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/kernel/head_44x.S