Files
linux/arch/arm/kernel
Russell King 9641c7cc5a [ARM] nommu: uaccess tweaks
MMUless systems have only one address space for all threads, so
both the usual access_ok() checks, and the exception handling do
not make much sense.

Hence, discard the fixup and exception tables at link time, use
memcpy/memset for the user copy/clearing functions, and define
the permission check macros to be constants.

Some of this patch was derived from the equivalent patch by
Hyok S. Choi.

Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-06-28 17:59:46 +01:00
..
2006-03-21 22:06:17 +00:00
2006-06-28 17:59:46 +01:00
2005-10-30 17:37:32 -08:00
2006-06-25 11:17:23 +01:00
2006-03-27 14:58:25 +01:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-03-15 14:57:13 +00:00
2005-04-16 15:20:36 -07:00
2006-06-24 23:53:01 +01:00
2006-06-18 16:26:58 +01:00
2006-03-28 22:05:10 +01:00
2006-06-28 17:59:46 +01:00