Dave Anglin 7e992711dd parisc: Don't disable interrupts in cmpxchg and futex operations
I no longer think interrupts can be disabled in the futex and cmpxchg
operations because of COW breaks.  This not ideal but I suspect it's the
best we can do.

For the cmpxchg operations in syscall.S, we rely on the code to not
schedule off the gateway page.  For the futex, I added code to disable
preemption.

So far, I haven't seen the warnings with the attached change but the
change is only lightly tested.

Signed-off-by: Dave Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
2021-11-04 11:21:20 +01:00
..
2021-11-02 06:20:58 -07:00
2021-11-01 20:05:19 -07:00
2021-11-03 17:07:02 -07:00
2021-11-02 22:22:13 -07:00
2021-11-01 13:48:52 -07:00
2021-11-02 06:20:58 -07:00
2021-11-01 20:05:19 -07:00
2021-11-02 11:24:14 -07:00
2021-11-01 20:05:19 -07:00
2021-11-01 13:48:52 -07:00
2021-11-02 22:22:13 -07:00
2021-11-02 22:22:13 -07:00
2021-11-02 22:22:13 -07:00
2021-11-02 11:24:14 -07:00
2021-11-03 07:49:25 -07:00
2021-11-02 06:20:58 -07:00
2021-11-02 22:22:13 -07:00
2021-11-02 06:20:58 -07:00
2021-11-01 20:05:19 -07:00