]> err.no Git - linux-2.6/commit
[PATCH] FRV: Implement futex operations for FRV
authorDavid Howells <dhowells@redhat.com>
Fri, 6 Jan 2006 08:11:43 +0000 (00:11 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:33 +0000 (08:33 -0800)
commit5c40f7f373889930d176a515ec375b60a70b5b49
tree718d63553f5b9b23c5883592a2fe45b84f275687
parentb0e15190ead07056ab0c3844a499ff35e66d27cc
[PATCH] FRV: Implement futex operations for FRV

The attached patch implements futex operations for the FRV architecture. The
operations are applicable to both MMU and no-MMU modes; though the EFAULT
handling will be a little bit of wasted space on the latter.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/frv/kernel/Makefile
arch/frv/kernel/futex.c [new file with mode: 0644]
include/asm-frv/futex.h