projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e1263b
)
s390/disassembler: add sthyi instruction
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Tue, 26 Sep 2017 15:06:32 +0000
(17:06 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Fri, 29 Sep 2017 13:52:11 +0000
(15:52 +0200)
This instruction came with a z/VM extension and not with a specific
machine generation.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/dis.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/dis.c
b/arch/s390/kernel/dis.c
index 0b26b9b61f22ed840a933bb85f63612cfdf1d4c6..e08c2137a11b2b5356d008d08d1cb4aa148bf73a 100644
(file)
--- a/
arch/s390/kernel/dis.c
+++ b/
arch/s390/kernel/dis.c
@@
-865,6
+865,7
@@
static struct s390_insn opcode_b2[] = {
{ "msr", 0x52, INSTR_RRE_RR },
{ "mvpg", 0x54, INSTR_RRE_RR },
{ "mvst", 0x55, INSTR_RRE_RR },
+ { "sthyi", 0x56, INSTR_RRE_RR },
{ "cuse", 0x57, INSTR_RRE_RR },
{ "bsg", 0x58, INSTR_RRE_RR },
{ "bsa", 0x5a, INSTR_RRE_RR },