diff options
author | Jinyang He <hejinyang@loongson.cn> | 2020-10-12 05:50:24 +0200 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2021-01-07 01:55:26 +0100 |
commit | 19170492735be935747b0545b7eed8bb40cc1209 (patch) | |
tree | 6df0d1954b777df773205f5a94f4bbd4d13b147d /arch/sh | |
parent | sh: remove CONFIG_IDE from most defconfig (diff) | |
download | linux-19170492735be935747b0545b7eed8bb40cc1209.tar.xz linux-19170492735be935747b0545b7eed8bb40cc1209.zip |
sh: Remove unused HAVE_COPY_THREAD_TLS macro
Fixes: e1cc9d8d596e ("sh: switch to copy_thread_tls()")
Signed-off-by: Jinyang He <hejinyang@loongson.cn>
Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 5fa580219a86..52646f52f130 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -29,7 +29,6 @@ config SUPERH select HAVE_ARCH_KGDB select HAVE_ARCH_SECCOMP_FILTER select HAVE_ARCH_TRACEHOOK - select HAVE_COPY_THREAD_TLS select HAVE_DEBUG_BUGVERBOSE select HAVE_DEBUG_KMEMLEAK select HAVE_DYNAMIC_FTRACE |