[PATCH] lightweight robust futexes: compat
authorIngo Molnar <mingo@elte.hu>
Mon, 27 Mar 2006 09:16:24 +0000 (01:16 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 27 Mar 2006 16:44:49 +0000 (08:44 -0800)
commit34f192c6527f20c47ccec239e7d51a27691b93fc
tree6c80416cf6a170a193f829e414051cc618b15ee3
parent2eec9ad91f71a3dbacece5c4fb5adc09fad53a96
[PATCH] lightweight robust futexes: compat

32-bit syscall compatibility support.  (This patch also moves all futex
related compat functionality into kernel/futex_compat.c.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arjan van de Ven <arjan@infradead.org>
Acked-by: Ulrich Drepper <drepper@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/compat.h
include/linux/sched.h
kernel/Makefile
kernel/compat.c
kernel/exit.c
kernel/futex_compat.c [new file with mode: 0644]