]> git.baikalelectronics.ru Git - kernel.git/commit
csky: Implement copy_thread_tls
authorGuo Ren <guoren@linux.alibaba.com>
Wed, 12 Feb 2020 02:24:52 +0000 (10:24 +0800)
committerGuo Ren <guoren@linux.alibaba.com>
Fri, 21 Feb 2020 07:43:25 +0000 (15:43 +0800)
commit4ac043450287b5db62fc7709ab0eac2f11a3e4d8
tree41b2b3541a5d776249ddafa659408ba88ece742b
parentabd0dc4e45ab96052943cf8d108d5d5290c9d1bd
csky: Implement copy_thread_tls

This is required for clone3 which passes the TLS value through a
struct rather than a register.

Cc: Amanieu d'Antras <amanieu@gmail.com>
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
arch/csky/Kconfig
arch/csky/kernel/process.c