Re: [PATCH 16/17] arch: remove HAVE_COPY_THREAD_TLS
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Date: 2020-06-25 09:40:07
Also in:
linux-alpha, linux-riscv, linux-um
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Date: 2020-06-25 09:40:07
Also in:
linux-alpha, linux-riscv, linux-um
On Tue, Jun 23, 2020 at 01:43:25AM +0200, Christian Brauner wrote:
All architectures support copy_thread_tls() now, so remove the legacy copy_thread() function and the HAVE_COPY_THREAD_TLS config option. Everyone uses the same process creation calling convention based on copy_thread_tls() and struct kernel_clone_args. This will make it easier to maintain the core process creation code under kernel/, simplifies the callpaths and makes the identical for all architectures. [..] arch/mips/Kconfig | 1 -
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]