Rich Felker 72cc564f16 sh: fix futex/robust_list on nommu models
The futex cmpxchg runtime testing in kernel/futex.c depends on
accesses to address 0 producing EFAULT, which obviously does not work
on nommu. Since SH always has cmpxchg, disable the broken runtime
detection.

At some point this should be fixed at the kernel/futex.c level. UP
machines can always provide a working cmpxchg with interrupt masking,
and SMP cannot function without a working cmpxchg anyway.

Signed-off-by: Rich Felker <dalias@libc.org>
2016-07-31 03:33:32 +00:00
..
2016-07-30 11:32:01 -07:00
2016-07-30 11:32:01 -07:00
2016-07-30 11:32:01 -07:00
2016-07-30 11:32:01 -07:00
2016-07-30 11:32:01 -07:00
2016-07-30 11:32:01 -07:00
2016-07-30 11:32:01 -07:00
2016-07-30 11:32:01 -07:00
2016-07-27 14:03:52 -07:00
2016-07-30 11:32:01 -07:00