diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2024-07-01 17:04:58 +0200 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2024-07-10 19:50:44 +0200 |
commit | 279a0164e001a87aa7b9852969ed333c3c69b3aa (patch) | |
tree | 6c255f94b58d0c2d7157db0ca4b8b909acc9da53 /scripts/gdb/linux/clk.py | |
parent | ee19370c92f6db4e92e060b5e0c2aa99e4f85408 (diff) |
s390/atomic_ops: Make use of flag output constraint
With gcc 14.1.0 support for flag output constraint was added for
s390. Use this for __atomic_cmpxchg_bool(). This allows for slightly
better code, since the compiler can generate code depending on the
condition code which is the result of an inline assembly.
The size of the kernel image is reduced by ~12kb.
Reviewed-by: Juergen Christ <jchrist@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'scripts/gdb/linux/clk.py')
0 files changed, 0 insertions, 0 deletions