Helge Deller 6710287280 parisc: Implement __get/put_kernel_nofault()
Remove CONFIG_SET_FS from parisc, so we need to add
__get_kernel_nofault() and __put_kernel_nofault(), define
HAVE_GET_KERNEL_NOFAULT and remove set_fs(), get_fs(), load_sr2(),
thread_info->addr_limit, KERNEL_DS and USER_DS.

The nice side-effect of this patch is that we now can directly access
userspace via sr3 without the need to use a temporary sr2 which is
either copied from sr3 or set to zero (for kernel space).

Signed-off-by: Helge Deller <deller@gmx.de>
Suggested-by: Arnd Bergmann <arnd@kernel.org>
2021-09-09 22:53:09 +02:00
..
2021-09-03 09:58:13 -07:00
2021-08-19 09:02:55 +09:00
2020-10-15 08:10:37 +02:00
2021-02-24 16:32:23 -08:00
2019-06-08 12:56:26 +02:00
2017-11-17 15:27:22 +01:00
2021-09-08 11:50:27 -07:00