From: Greg Ungerer Date: Mon, 24 May 2010 01:22:05 +0000 (+1000) Subject: m68knommu: remove size limit on non-MMU TASK_SIZE X-Git-Tag: v2.6.35-rc1~267^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc24c405949e3d4418a90014d10166679d78141a;p=pandora-kernel.git m68knommu: remove size limit on non-MMU TASK_SIZE The TASK_SIZE define is used in some places as a limit on the size of the virtual address space of a process. On non-MMU systems those addresses used in comparison will be physical addresses, and they could be anywhere in the 32bit physical address space. So for !CONFIG_MMU systems set the TASK_SIZE to the maximum physical address. Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed