Julian Wiedmann c119a8a3c3 s390/qdio: fine-tune SLSB update
xchg() for a single-byte location assembles to a 4-byte Compare&Swap,
wrapped into a non-trivial amount of retry code that deals with
concurrent modifications to the unaffected bytes.

Change it to a simple byte-store, but preserve the memory ordering
semantics that the CS provided.
This simplifies the generated code for a hot path, and in theory also
allows us to amortize the memory barriers over multiple SLSB updates.

CC: Andreas Krebbel <krebbel@linux.ibm.com>
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
2020-06-16 13:44:03 +02:00
..
2020-03-27 10:22:47 +01:00
2020-02-17 18:01:57 +01:00
2020-05-28 12:21:55 +02:00
2020-05-28 12:21:55 +02:00
2019-10-10 10:49:46 +02:00
2018-10-31 08:54:16 -07:00
2018-07-17 07:27:55 +02:00
2019-04-24 14:18:51 +02:00
2018-04-10 07:38:59 +02:00
2018-02-05 07:34:52 +01:00
2020-06-16 13:44:03 +02:00
2020-05-28 12:21:55 +02:00