]> git.baikalelectronics.ru Git - kernel.git/commit
riscv: remove address space overrides using set_fs()
authorChristoph Hellwig <hch@lst.de>
Mon, 7 Sep 2020 05:58:25 +0000 (07:58 +0200)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Sun, 4 Oct 2020 17:27:10 +0000 (10:27 -0700)
commit78420f36b04b74b630f0e6bbf8865d2816a80fae
treebfeec3a1609581bd61a211c8be99e5ce0e17a0cd
parentedb943956db0c5fcd80978b27ee151ccd075a085
riscv: remove address space overrides using set_fs()

Stop providing the possibility to override the address space using
set_fs() now that there is no need for that any more.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/Kconfig
arch/riscv/include/asm/thread_info.h
arch/riscv/include/asm/uaccess.h
arch/riscv/kernel/process.c