]> git.baikalelectronics.ru Git - kernel.git/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)
commit96f5583be290cf681474bf4dcaee7ed3c50d42f6
tree718d63553f5b9b23c5883592a2fe45b84f275687
parentbbd26693b2d76a1cb8d7e1a0168ca2dba1c970e3
[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