commit | 5c40f7f373889930d176a515ec375b60a70b5b49 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Jan 06 00:11:43 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jan 06 08:33:33 2006 -0800 |
tree | 718d63553f5b9b23c5883592a2fe45b84f275687 | |
parent | b0e15190ead07056ab0c3844a499ff35e66d27cc [diff] |
[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>