unicore: switch to copy_thread_tls()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 24 May 2020 21:29:27 +0000 (23:29 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 4 Jul 2020 21:41:37 +0000 (23:41 +0200)
commit8496da092a5350cfcc1d9c518712e7b1b3848f18
tree0c5c5ee213c96a86eb012ede66181089a2d6d2a6
parent15350c4226c7a3cdce4f2feb0fb96ed0986cf9a5
unicore: 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: Guan Xuetao <gxt@pku.edu.cn>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
arch/unicore32/Kconfig
arch/unicore32/kernel/process.c