MIPS: Remove get_fs/set_fs
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 1 Apr 2021 12:56:37 +0000 (14:56 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 6 Apr 2021 13:12:58 +0000 (15:12 +0200)
commit04324f44cb69a03fdc8f2ee52386a4fdf6a0043b
tree86fb953a6810ec203a39019017349f5b58719cab
parent45deb5faeb9e02951361ceba5ffee721745661c3
MIPS: Remove get_fs/set_fs

All get_fs/set_fs calls in MIPS code are gone, so remove implementation
of it.  With the clear separation of user/kernel space access we no
longer need the EVA special handling, so get rid of that, too.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
arch/mips/Kconfig
arch/mips/include/asm/processor.h
arch/mips/include/asm/thread_info.h
arch/mips/include/asm/uaccess.h
arch/mips/kernel/asm-offsets.c
arch/mips/kernel/process.c
arch/mips/kernel/scall32-o32.S
arch/mips/lib/memcpy.S
arch/mips/lib/memset.S
arch/mips/lib/strncpy_user.S
arch/mips/lib/strnlen_user.S