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)
commit6982dba181deba54c5ccb301aaed6f6ec14c6310
tree3c5445e4c4d06569fb27da3d14b3ea3f19ec670f
parent4afeb670710efa5cd5ed8b1d9f2d22d6ce332bcc
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