alpha: switch to copy_thread_tls()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 24 May 2020 19:39:53 +0000 (21:39 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 4 Jul 2020 21:41:36 +0000 (23:41 +0200)
commit0fdfc53f24cc460e93de57c014bc6e5460755073
tree3e2e177c3ed2db2fe4ccc2dc9484d9a3efcbfda6
parentff2a91127b374c75ae024b31d22f23ad49d16eb4
alpha: switch to copy_thread_tls()

Use the copy_thread_tls() calling convention which passes tls through a
register. This is required so we can remove the copy_thread{_tls}() split
and remove the HAVE_COPY_THREAD_TLS macro.

Cc: linux-alpha@vger.kernel.org
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
arch/alpha/Kconfig
arch/alpha/kernel/process.c