ia64: remove CONFIG_SET_FS support
authorArnd Bergmann <arnd@arndb.de>
Fri, 11 Feb 2022 20:35:55 +0000 (21:35 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 25 Feb 2022 08:36:06 +0000 (09:36 +0100)
commite5ef21d139957b8d064fefb7db42d1525605dd98
tree4a2098c1ffee6233f975dde26be636719f953b95
parent75d4d29549e54c61466d60336b1c6e3a5d28797c
ia64: remove CONFIG_SET_FS support

ia64 only uses set_fs() in one file to handle unaligned access for
both user space and kernel instructions. Rewrite this to explicitly
pass around a flag about which one it is and drop the feature from
the architecture.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/ia64/Kconfig
arch/ia64/include/asm/processor.h
arch/ia64/include/asm/thread_info.h
arch/ia64/include/asm/uaccess.h
arch/ia64/kernel/unaligned.c