sparc: unconditionally enable HAVE_COPY_THREAD_TLS
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 12 May 2020 17:15:27 +0000 (19:15 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 23 Jun 2020 08:49:56 +0000 (10:49 +0200)
commit7694f5143bbe2e2d08216eaee7c62c9d39252889
tree1f6727d82774c137ccb6d5de6d48a104cf5491cc
parenta4261d4bb45022e1b8b95df13dbb05abac490165
sparc: unconditionally enable HAVE_COPY_THREAD_TLS

Now that both sparc and sparc64 support copy_thread_tls() and don't rely
on do_fork() anymore, turn on HAVE_COPY_THREAD_TLS unconditionally. Once
all architectures are switched over this macro will be removed and
the old do_fork() calling convention fully abandoned in favor of the
cleaner struct kernel_clone_args one.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Acked-by: David S. Miller <davem@davemloft.net>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Guo Ren <guoren@kernel.org>
Cc: linux-csky@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: sparclinux@vger.kernel.org
Link: https://lore.kernel.org/r/20200512171527.570109-4-christian.brauner@ubuntu.com
arch/sparc/Kconfig
arch/sparc/kernel/process_32.c