]> git.baikalelectronics.ru Git - kernel.git/commit
hexagon: switch to copy_thread_tls()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 24 May 2020 21:15:53 +0000 (23:15 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 4 Jul 2020 21:41:36 +0000 (23:41 +0200)
commitd0feff42d29a49fe6c7ed2055b3974aaacce45c1
tree54ab8689f015803fa36857754d1df02551fc5fa4
parentb64b1861c3ee852cac22fa7e2931b26f3811fd9b
hexagon: 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-hexagon@vger.kernel.org
Acked-by: Brian Cain <bcain@codeaurora.org>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
arch/hexagon/Kconfig
arch/hexagon/kernel/process.c