Greg Ungerer cc24c40594 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 <gerg@uclinux.org>
2010-05-24 13:29:54 +10:00
..
2010-02-27 18:27:14 +01:00
2010-02-09 11:13:56 +01:00
2008-07-20 17:24:38 -07:00
2005-04-16 15:20:36 -07:00
2009-03-26 21:15:26 +01:00