Files
kernel_xiaomi_sm8250/include/linux
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
..
2006-01-03 13:11:06 -08:00
2005-12-15 02:20:15 +01:00
2006-01-06 08:33:29 -08:00
2005-12-13 02:30:04 -05: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-06 08:33:27 -08:00
2006-01-03 14:06:50 -08:00
2006-01-06 08:33:26 -08:00