From: LEROY Christophe Date: Mon, 20 Apr 2015 05:54:46 +0000 (+0200) Subject: powerpc/8xx: Add support for TASK_SIZE greater than 0x80000000 X-Git-Tag: omap-for-v4.2/fixes-rc1^2~139^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeba1f7c38425cfc0b70ba133ab7e523d5b6d90e;p=pandora-kernel.git powerpc/8xx: Add support for TASK_SIZE greater than 0x80000000 By default, TASK_SIZE is set to 0x80000000 for PPC_8xx, which is most likely sufficient for most cases. However, kernel configuration allows to set TASK_SIZE to another value, so the 8xx shall handle it. This patch also takes into account the case of PAGE_OFFSET lower than 0x80000000, allthought most of the time it is equal to 0xC0000000 Signed-off-by: Christophe Leroy Signed-off-by: Scott Wood --- Reading git-diff-tree failed