diff options
author | Jinyang He <hejinyang@loongson.cn> | 2020-10-12 11:50:24 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-27 11:55:20 +0100 |
commit | 8c262be154ff300f1f6eecdddc6187e229485607 (patch) | |
tree | 073cca1c006ed2fddbd5c2af6a51ffd7b46f7769 | |
parent | 233900505617a4b069e11e7de33b5fef78eb901d (diff) | |
download | linux-stable-8c262be154ff300f1f6eecdddc6187e229485607.tar.gz linux-stable-8c262be154ff300f1f6eecdddc6187e229485607.tar.bz2 linux-stable-8c262be154ff300f1f6eecdddc6187e229485607.zip |
sh: Remove unused HAVE_COPY_THREAD_TLS macro
commit 19170492735be935747b0545b7eed8bb40cc1209 upstream.
Fixes: e1cc9d8d596e ("sh: switch to copy_thread_tls()")
Signed-off-by: Jinyang He <hejinyang@loongson.cn>
Signed-off-by: Rich Felker <dalias@libc.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 159da4ed578f..b6f3d49991d3 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -30,7 +30,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 |