projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eb4bd6
)
[S390] disassembler: handle b280/spp instruction
author
Christian Borntraeger
<
[email protected]
>
Tue, 10 May 2011 15:13:40 +0000
(17:13 +0200)
committer
Martin Schwidefsky
<
[email protected]
>
Tue, 10 May 2011 15:13:42 +0000
(17:13 +0200)
arch/s390/kvm/sie64a.S uses the b280 instruction. Tell the builtin
disassembler to handle that code.
Signed-off-by: Christian Borntraeger <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
arch/s390/kernel/dis.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/dis.c
b/arch/s390/kernel/dis.c
index c83726c9fe033d9f74ed9524c5a12e0722386142..3d4a78fc1adc3f6403eaf4ebc93f03211c5e1f86 100644
(file)
--- a/
arch/s390/kernel/dis.c
+++ b/
arch/s390/kernel/dis.c
@@
-672,6
+672,7
@@
static struct insn opcode_b2[] = {
{ "rp", 0x77, INSTR_S_RD },
{ "stcke", 0x78, INSTR_S_RD },
{ "sacf", 0x79, INSTR_S_RD },
+ { "spp", 0x80, INSTR_S_RD },
{ "stsi", 0x7d, INSTR_S_RD },
{ "srnm", 0x99, INSTR_S_RD },
{ "stfpc", 0x9c, INSTR_S_RD },