diff options
| author | Peter Maydell | 2013-07-16 19:44:59 +0200 |
|---|---|---|
| committer | Riku Voipio | 2013-07-22 20:54:46 +0200 |
| commit | 2667e71c3d9262d756bea1473e2ea28eb2c9c070 (patch) | |
| tree | 3741de9edf902f34c0d79ced3a03aaf338abcada /configure | |
| parent | linux-user: Add i386 TLS setter (diff) | |
| download | qemu-2667e71c3d9262d756bea1473e2ea28eb2c9c070.tar.gz qemu-2667e71c3d9262d756bea1473e2ea28eb2c9c070.tar.xz qemu-2667e71c3d9262d756bea1473e2ea28eb2c9c070.zip | |
linux-user: Enable NPTL for x86-64
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.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4193,7 +4193,6 @@ case "$target_name" in ;; x86_64) TARGET_BASE_ARCH=i386 - target_nptl="no" ;; alpha) ;; |
