commit | 000174233b91340ca52a9eca905d029a9a2aefd9 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <hca@linux.ibm.com> | Tue Apr 06 21:33:47 2021 +0200 |
committer | Heiko Carstens <hca@linux.ibm.com> | Mon Apr 12 12:46:43 2021 +0200 |
tree | ab305b01bc9154fc0c51e39ce1f274a3266416ec | |
parent | d2b1f6d2d35043d2c9d079c1595f10c93bfca7d2 [diff] |
s390/atomic,cmpxchg: switch to use atomic-instrumented.h Add arch_ prefix to all atomic operations, and define ARCH_ATOMIC. This enables KASAN instrumentation for all atomic operations on s390. This is the s390 variant of commit 8bf705d13039 ("locking/atomic/x86: Switch atomic.h to use atomic-instrumented.h"). Signed-off-by: Heiko Carstens <hca@linux.ibm.com>