On 07/16/2013 10:44 AM, Peter Maydell wrote: > Add x86-64 implementation of cpu_set_tls() (like the kernel, we > just have to call do_arch_prctl() to set FS); this allows us to > enable NPTL. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > configure | 1 - > linux-user/i386/target_cpu.h | 7 +++++++ > linux-user/syscall.c | 2 +- > 3 files changed, 8 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~