]> git.baikalelectronics.ru Git - kernel.git/commit
s390/alternatives: use insn format for new instructions
authorHeiko Carstens <hca@linux.ibm.com>
Sun, 13 Mar 2022 21:39:27 +0000 (22:39 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Sun, 27 Mar 2022 20:18:39 +0000 (22:18 +0200)
commita569ba7d0858ed3384f8e4fc51e1f85bd58d0c73
tree3c5445e4c4d06569fb27da3d14b3ea3f19ec670f
parent459f98b0e9abcdcd55afd512a34d029f1d47f24b
s390/alternatives: use insn format for new instructions

Use insn format with instruction format specifier instead of plain
longs. This way it is also more obvious that code instead of data is
generated.

The generated code is identical.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/spinlock.h
arch/s390/kernel/entry.S
arch/s390/lib/spinlock.c