]> git.baikalelectronics.ru Git - kernel.git/commit
s390: introduce register pair union
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)
commit1f827996347cfcc672cbee0ebcb8366ce3a979ba
tree7063f8e578b87fb69fe76651c9a0a26922008d11
parent0626e68356dbd6838e35da7751b887f0e5c5e8f5
s390: introduce register pair union

Introduce a register pair union, which is supposed to be used for
inline assemblies where instructions require parameters in even/odd
numbered register pairs.

This is more or less the same register pair construct which was
available for 31 bit builds which was removed with commit 1796ea228d5f
("s390: remove 31 bit support").

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/types.h [new file with mode: 0644]