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-06-28 17:59:46 +01:00
2006-06-23 07:43:08 -07:00
2006-06-27 18:25:03 -07:00
2006-06-26 09:58:17 -07:00
2006-06-27 17:32:39 -07:00
2006-06-25 23:24:24 -07:00
2006-06-26 18:35:02 +02:00
2006-06-27 17:32:39 -07:00