linux/arch/arm/include
Uwe Kleine-König 03eca20006 ARM: nommu: don't limit TASK_SIZE
With TASK_SIZE set to the maximal RAM address booting in some XIP
configurations fails (e.g. on efm32 DK3750). The problem is that
strncpy_from_user et al. check for the address not being above TASK_SIZE
(since 8c56cc8be5 (ARM: 7449/1: use generic strnlen_user and
strncpy_from_user functions)) and this makes booting fail if the XIP
flash is above the RAM address space.

This change is in line with blackfin, frv and m68k which also use
0xffffffff for TASK_SIZE with !MMU.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2014-07-01 11:12:08 +02:00
..
asm ARM: nommu: don't limit TASK_SIZE 2014-07-01 11:12:08 +02:00
debug Samsung Exynos updates for 3.16 2014-05-30 21:44:49 -07:00
uapi/asm At over 200 commits, covering almost all supported architectures, this 2014-06-04 08:47:12 -07:00