]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/uaccess: always run the kernel in home space
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 24 Sep 2013 07:14:56 +0000 (09:14 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 15 Oct 2013 12:45:33 +0000 (14:45 +0200)
commit33e54554130b3a113a22d82d88cb4f4b2159db3a
tree66b96840ca4b7748a013aceb70809e52f1466bad
parente6b6cdf48618ac533ee8b58426eb74f861f0b935
s390/uaccess: always run the kernel in home space

Simplify the uaccess code by removing the user_mode=home option.
The kernel will now always run in the home space mode.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
21 files changed:
arch/s390/include/asm/mmu_context.h
arch/s390/include/asm/processor.h
arch/s390/include/asm/ptrace.h
arch/s390/include/asm/setup.h
arch/s390/include/asm/uaccess.h
arch/s390/kernel/compat_signal.c
arch/s390/kernel/ipl.c
arch/s390/kernel/process.c
arch/s390/kernel/ptrace.c
arch/s390/kernel/runtime_instr.c
arch/s390/kernel/setup.c
arch/s390/kernel/signal.c
arch/s390/kernel/smp.c
arch/s390/kernel/vdso.c
arch/s390/kernel/vtime.c
arch/s390/lib/Makefile
arch/s390/lib/uaccess_mvcos.c
arch/s390/lib/uaccess_pt.c
arch/s390/lib/uaccess_std.c [deleted file]
arch/s390/mm/fault.c
arch/s390/mm/pgtable.c