Re: [Qemu-devel] [PATCH 7/8] linux-user: Enable NPTL for SPARC targets

2013-07-13 Thread Richard Henderson
On 07/12/2013 01:12 PM, Peter Maydell wrote: > Provide the missing cpu_set_tls(), and resolve the FIXME in > cpu_clone_regs() by clearing the carry flag for the child. > This allows us to turn on building with NPTL for SPARC. > > Signed-off-by: Peter Maydell Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH 7/8] linux-user: Enable NPTL for SPARC targets

2013-07-12 Thread Peter Maydell
Provide the missing cpu_set_tls(), and resolve the FIXME in cpu_clone_regs() by clearing the carry flag for the child. This allows us to turn on building with NPTL for SPARC. Signed-off-by: Peter Maydell --- configure |3 --- linux-user/sparc/target_cpu.h | 16 +