From: Matt Porter Date: Fri, 20 May 2005 20:59:14 +0000 (-0700) Subject: [PATCH] ppc32: fix CONFIG_TASK_SIZE handling on 44x X-Git-Tag: v2.6.12-rc5~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2665f92ae67a2d086537979d317a6f3a5697c63;p=pandora-kernel.git [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 Signed-off-by: Matt Porter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed