Re: [Qemu-devel] [PATCH 23/22] linux-user: Honor CLONE_SETTLS for openrisc

2017-02-09 Thread Stafford Horne
23/22 ? :) On Fri, Feb 10, 2017 at 10:01:22AM +1000, Richard Henderson wrote: > Threads work much better when you set the TLS register. > This was fixed in the upstream kernel for Linux 4.9. > > Signed-off-by: Richard Henderson > --- > linux-user/openrisc/target_cpu.h | 4 +--- > 1 file change

[Qemu-devel] [PATCH 23/22] linux-user: Honor CLONE_SETTLS for openrisc

2017-02-09 Thread Richard Henderson
Threads work much better when you set the TLS register. This was fixed in the upstream kernel for Linux 4.9. Signed-off-by: Richard Henderson --- linux-user/openrisc/target_cpu.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/linux-user/openrisc/target_cpu.h b/linux-user/