diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-02-11 21:35:55 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-02-25 09:36:06 +0100 |
commit | e5ef21d139957b8d064fefb7db42d1525605dd98 (patch) | |
tree | 4a2098c1ffee6233f975dde26be636719f953b95 /arch/ia64/Kconfig | |
parent | 75d4d29549e54c61466d60336b1c6e3a5d28797c (diff) | |
download | linux-e5ef21d139957b8d064fefb7db42d1525605dd98.tar.bz2 |
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>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index a7e01573abd8..6b6a35b3d959 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -61,7 +61,6 @@ config IA64 select NEED_SG_DMA_LENGTH select NUMA if !FLATMEM select PCI_MSI_ARCH_FALLBACKS if PCI_MSI - select SET_FS select ZONE_DMA32 default y help |