diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2012-09-24 09:29:44 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-09-26 09:45:28 -0400 |
commit | f7ed68a47fa8da76c0e92ae72e0a1a04dbb4566d (patch) | |
tree | 6ef0e882f9711d75e122960b5d071e7a97e9f3c7 /arch/s390 | |
parent | c59eed111bff70bbb8c85abc73374d4da0848c79 (diff) |
s390/disassembler: fix decoding of risblg instruction
Fix typo: risblk -> risblg.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/kernel/dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/dis.c b/arch/s390/kernel/dis.c index 7b6ad271155d..cc84a24c023f 100644 --- a/arch/s390/kernel/dis.c +++ b/arch/s390/kernel/dis.c | |||
@@ -334,7 +334,7 @@ static char *long_insn_name[] = { | |||
334 | [LONG_INSN_LLGHRL] = "llghrl", | 334 | [LONG_INSN_LLGHRL] = "llghrl", |
335 | [LONG_INSN_POPCNT] = "popcnt", | 335 | [LONG_INSN_POPCNT] = "popcnt", |
336 | [LONG_INSN_RISBHG] = "risbhg", | 336 | [LONG_INSN_RISBHG] = "risbhg", |
337 | [LONG_INSN_RISBLG] = "risblk", | 337 | [LONG_INSN_RISBLG] = "risblg", |
338 | [LONG_INSN_RINEXT] = "rinext", | 338 | [LONG_INSN_RINEXT] = "rinext", |
339 | [LONG_INSN_RIEMIT] = "riemit", | 339 | [LONG_INSN_RIEMIT] = "riemit", |
340 | [LONG_INSN_TABORT] = "tabort", | 340 | [LONG_INSN_TABORT] = "tabort", |