Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[S390] disassembler: handle b280/spp instruction

arch/s390/kvm/sie64a.S uses the b280 instruction. Tell the builtin
disassembler to handle that code.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Christian Borntraeger and committed by
Martin Schwidefsky
91d37808 8eb4bd66

+1
+1
arch/s390/kernel/dis.c
··· 672 672 { "rp", 0x77, INSTR_S_RD }, 673 673 { "stcke", 0x78, INSTR_S_RD }, 674 674 { "sacf", 0x79, INSTR_S_RD }, 675 + { "spp", 0x80, INSTR_S_RD }, 675 676 { "stsi", 0x7d, INSTR_S_RD }, 676 677 { "srnm", 0x99, INSTR_S_RD }, 677 678 { "stfpc", 0x9c, INSTR_S_RD },