« Previous | Next » 

Revision 1ccd9374

ID1ccd9374af22ec4ed5f864d4935a9cfad01f1204

Added by Peter Maydell over 10 years ago

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 <>
Reviewed-by: Laurent Vivier <>
Signed-off-by: Riku Voipio <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences