Maxim Kuvyrkov 9674cdc74d m68k: Add NPTL support
This patch adds several syscalls, that provide necessary
functionality to support NPTL on m68k/ColdFire.
The syscalls are get_thread_area, set_thread_area, atomic_cmpxchg_32 and
atomic_barrier.
The cmpxchg syscall is required for ColdFire as it doesn't support 'cas'
instruction.

Also a ptrace call PTRACE_GET_THREAD_AREA is added to allow debugger to
inspect the TLS storage.

Signed-off-by: Maxim Kuvyrkov <maxim@codesourcery.com>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
2010-02-27 18:31:19 +01:00
..
2009-01-12 20:56:32 +01:00
2010-02-27 18:31:19 +01:00
2008-04-17 10:42:34 -04:00
2008-10-14 10:23:27 -07:00
2010-02-27 18:31:19 +01:00
2010-02-27 18:31:19 +01:00
2009-01-12 20:56:43 +01:00
2010-02-27 18:31:19 +01:00