David Howells
7ee1dd3fee
[PATCH] FRV: Make futex code compilable on nommu [try #2 ]
...
Make the futex code compilable and usable on NOMMU by making the attempt to
handle page faults conditional on CONFIG_MMU. If this is not enabled, then
we can assume that EFAULT returned from futex_atomic_op_inuser() is not
recoverable, and that the address lies outside of valid memory.
handle_mm_fault() is made to BUG if called on NOMMU without attempting to
invoke the actual handler (__handle_mm_fault).
Signed-off-by: David Howells <dhowells@redhat.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-01-06 08:33:33 -08:00
..
2005-12-18 16:28:24 -08:00
2006-01-05 12:20:02 -08:00
2006-01-05 12:21:34 -08:00
2005-12-14 19:03:35 -08:00
2006-01-03 13:11:06 -08:00
2005-12-15 15:11:40 -08:00
2006-01-06 08:33:26 -08:00
2005-12-16 10:52:46 -08:00
2006-01-03 11:45:28 -08:00
2006-01-03 13:11:21 -08:00
2006-01-04 16:18:08 -08:00
2006-01-03 15:25:45 -08:00
2005-12-12 22:31:17 -08:00
2006-01-04 16:18:08 -08:00
2006-01-06 08:33:22 -08:00
2006-01-06 08:33:23 -08:00
2005-12-15 02:20:15 +01:00
2006-01-03 13:11:23 -08:00
2006-01-04 16:18:09 -08:00
2006-01-03 13:11:21 -08:00
2005-12-21 22:56:42 +09:00
2006-01-03 13:11:21 -08:00
2005-12-21 14:45:25 -08:00
2006-01-06 08:33:29 -08:00
2006-01-04 16:18:08 -08:00
2005-12-13 02:30:04 -05:00
2006-01-06 08:33:28 -08:00
2006-01-06 08:33:33 -08:00
2006-01-06 08:33:28 -08:00
2005-12-24 15:37:00 -08:00
2006-01-06 08:33:20 -08:00
2006-01-03 13:11:15 -08:00
2005-12-19 23:12:09 -05:00
2006-01-06 08:33:29 -08:00
2006-01-04 16:38:36 -08:00
2006-01-03 13:10:24 -08:00
2006-01-03 13:11:05 -08:00
2006-01-04 16:18:09 -08:00
2006-01-03 12:31:30 +01:00
2005-12-22 09:17:39 -08:00
2006-01-06 08:33:32 -08:00
2006-01-03 13:10:56 -08:00
2005-12-20 17:33:22 -08:00
2006-01-06 08:33:27 -08:00
2005-12-19 13:54:44 -08:00
2006-01-06 08:33:29 -08:00
2006-01-03 13:10:24 -08:00
2006-01-03 14:06:50 -08:00
2006-01-03 13:11:14 -08:00
2005-12-26 00:33:41 +01:00
2006-01-06 08:33:26 -08:00
2006-01-04 18:44:12 -08:00
2006-01-03 13:10:58 -08:00
2006-01-03 13:19:13 +01:00
2006-01-03 13:19:13 +01:00
2006-01-03 13:19:13 +01:00
2006-01-03 13:11:21 -08:00
2006-01-04 13:51:42 -08:00
2006-01-04 18:44:12 -08:00
2006-01-03 11:45:42 -08:00
2006-01-03 13:10:24 -08:00