diff options
author | Stafford Horne <shorne@gmail.com> | 2020-02-25 19:04:17 +0900 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2020-03-02 18:10:45 +0900 |
commit | 0d4e1bb1062481c43c01dd20fd4c40544441739f (patch) | |
tree | 81ae07cf9a6997bbd22fb96eb93b051c6b5a6850 /arch/openrisc/Kconfig | |
parent | fc74d716600545304a066bfd9d54cbd07e531701 (diff) |
openrisc: Convert copy_thread to copy_thread_tls
This is required for clone3 which passes the TLS value through a
struct rather than a register.
Signed-off-by: Stafford Horne <shorne@gmail.com>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Diffstat (limited to 'arch/openrisc/Kconfig')
-rw-r--r-- | arch/openrisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 1928e061ff96..5debdbe6fc35 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig @@ -14,6 +14,7 @@ config OPENRISC select HANDLE_DOMAIN_IRQ select GPIOLIB select HAVE_ARCH_TRACEHOOK + select HAVE_COPY_THREAD_TLS select SPARSE_IRQ select GENERIC_IRQ_CHIP select GENERIC_IRQ_PROBE |