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-11-23 11:11:28 -08:00
2006-01-06 08:33:21 -08:00
2006-01-03 11:35:26 +01:00
2005-11-07 18:18:09 -08:00
2005-12-12 08:57:43 -08:00
2005-10-28 08:16:49 -07:00
2005-07-27 16:26:06 -07:00
2005-09-10 10:06:37 -07:00
2006-01-03 13:37:51 +01:00
2005-11-28 14:42:23 -08:00
2005-11-13 18:14:11 -08:00
2005-07-27 16:26:06 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-11-13 18:14:13 -08:00
2005-04-16 15:20:36 -07:00
2005-11-28 14:42:24 -08:00
2006-01-06 08:33:33 -08:00
2005-09-07 16:57:45 -07:00
2005-07-27 16:25:51 -07:00
2005-10-30 17:37:32 -08:00
2005-06-23 09:45:10 -07:00
2005-06-25 16:24:45 -07:00
2005-10-29 21:40:42 -07:00
2005-10-08 15:00:57 -07:00
2005-10-30 17:37:23 -08:00
2005-12-12 08:57:45 -08:00
2006-01-04 16:18:08 -08:00
2005-10-30 17:37:17 -08:00
2005-10-30 17:37:27 -08:00
2005-11-07 07:53:41 -08:00
2005-07-26 14:35:43 -07:00
2005-12-20 10:31:33 -08:00
2005-04-16 15:20:36 -07:00
2005-11-28 14:42:23 -08:00
2005-11-13 18:14:17 -08:00
2005-11-23 16:08:39 -08:00
2005-07-07 18:23:46 -07:00
2005-11-29 19:47:03 -08:00
2005-12-12 08:57:42 -08:00
2005-12-12 08:57:42 -08:00
2005-09-07 16:57:45 -07:00
2005-11-13 18:14:13 -08:00
2005-04-16 15:20:36 -07:00
2005-11-13 18:14:15 -08:00
2005-11-07 07:53:29 -08:00
2005-11-09 07:55:50 -08:00
2005-09-10 10:06:21 -07:00
2005-11-13 18:14:16 -08:00
2005-08-01 10:03:56 -07:00
2005-12-12 08:57:45 -08:00
2006-01-04 16:18:08 -08:00
2005-12-12 08:57:42 -08:00
2005-10-30 17:37:25 -08:00
2005-04-16 15:20:36 -07:00
2005-07-12 20:38:38 -07:00
2005-04-16 15:20:36 -07:00
2005-11-28 14:42:23 -08:00