Re: [Qemu-devel] [PATCH v3 08/13] linux-user: Enable NPTL for m68k

2013-07-16 Thread Laurent Vivier
Le 16/07/2013 19:44, Peter Maydell a écrit : 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 NPT

[Qemu-devel] [PATCH v3 08/13] linux-user: Enable NPTL for m68k

2013-07-16 Thread Peter Maydell
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 --- configur