]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
xtensa: use named assembly arguments in cmpxchg.h
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 16 Oct 2019 08:52:38 +0000 (01:52 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 26 Nov 2019 19:33:39 +0000 (11:33 -0800)
commit812e708a4c2d29664a009805671d98cbe7c756b1
treecc2fe932ebde8c29c2d59ade7668b1238a58e2e9
parent13e28135d6fb4906af9cd1d54f22172ad5e4a0dd
xtensa: use named assembly arguments in cmpxchg.h

Numeric assembly arguments are hard to understand and assembly code that
uses them is hard to modify. Use named arguments in __cmpxchg_u32 and
xchg_u32.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/asm/cmpxchg.h