-
- Downloads
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>
Showing
- arch/mips/Kconfig 0 additions, 1 deletionarch/mips/Kconfig
- arch/mips/include/asm/processor.h 0 additions, 4 deletionsarch/mips/include/asm/processor.h
- arch/mips/include/asm/thread_info.h 0 additions, 6 deletionsarch/mips/include/asm/thread_info.h
- arch/mips/include/asm/uaccess.h 146 additions, 303 deletionsarch/mips/include/asm/uaccess.h
- arch/mips/kernel/asm-offsets.c 0 additions, 1 deletionarch/mips/kernel/asm-offsets.c
- arch/mips/kernel/process.c 0 additions, 2 deletionsarch/mips/kernel/process.c
- arch/mips/kernel/scall32-o32.S 1 addition, 3 deletionsarch/mips/kernel/scall32-o32.S
- arch/mips/lib/memcpy.S 17 additions, 11 deletionsarch/mips/lib/memcpy.S
- arch/mips/lib/memset.S 0 additions, 3 deletionsarch/mips/lib/memset.S
- arch/mips/lib/strncpy_user.S 14 additions, 34 deletionsarch/mips/lib/strncpy_user.S
- arch/mips/lib/strnlen_user.S 12 additions, 32 deletionsarch/mips/lib/strnlen_user.S
Loading
Please register or sign in to comment