xtensa: use named assembly arguments in bitops.h
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 16 Oct 2019 05:14:15 +0000 (22:14 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 26 Nov 2019 19:33:38 +0000 (11:33 -0800)
commite444917019258ef3bd564d0b4a432add2c26a2ae
tree0305500f3cb14d54a5778424686288b10459b14b
parentb387dc044efaa07cd8a47316c83fe2a5c08f9650
xtensa: use named assembly arguments in bitops.h

Numeric assembly arguments are hard to understand and assembly code that
uses them is hard to modify. Use named arguments in BIT_OP and
TEST_AND_BIT_OP macros.

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