]> git.baikalelectronics.ru Git - kernel.git/commit
s390/bitops: use register pair instead of register asm
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 9 Jun 2021 20:59:13 +0000 (22:59 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Fri, 18 Jun 2021 14:41:21 +0000 (16:41 +0200)
commit2e77e9b823b98524ba4c66551914925a326514e2
tree5cde097287dd15883ba140ab2acc0d601ee2c259
parent1f827996347cfcc672cbee0ebcb8366ce3a979ba
s390/bitops: use register pair instead of register asm

Get rid of register asm statement and use a register pair.
This allows the compiler to allocate registers on its own.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/bitops.h