microblaze: switch to copy_thread_tls()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 24 May 2020 21:19:09 +0000 (23:19 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 4 Jul 2020 21:41:37 +0000 (23:41 +0200)
commitad1bb82c057ecebfdb0b619e023c57b425ef7e7e
tree24d63854b24932f3f7baa1f363244c287ded1bc1
parent643d48b8e6e71a77214c8653003f2ecd9bc10f9e
microblaze: 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: Michal Simek <monstr@monstr.eu>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
arch/microblaze/Kconfig
arch/microblaze/kernel/process.c