]> git.proxmox.com Git - qemu.git/commit
linux-user: Enable NPTL for m68k
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jul 2013 17:44:55 +0000 (18:44 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Mon, 22 Jul 2013 18:54:20 +0000 (21:54 +0300)
commit1ccd9374af22ec4ed5f864d4935a9cfad01f1204
treeb59e0ae070d155576af28d10c299650948e4585f
parentf5147c93d0e7f91df0215598017a4d9d6a48f0ee
linux-user: Enable NPTL for m68k

For m68k, per-thread data is a purely kernel construct with no
CPU level support. Implement it via a field in the TaskState structure,
used by cpu_set_tls() and the set_thread_area/get_thread_area
syscalls. This allows us to enable compilation with NPTL.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
configure
linux-user/m68k/target_cpu.h
linux-user/qemu.h
linux-user/syscall.c