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

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>

authored by

Heiko Carstens and committed by
Martin Schwidefsky
f7ed68a4 c59eed11

+1 -1
+1 -1
arch/s390/kernel/dis.c
··· 334 334 [LONG_INSN_LLGHRL] = "llghrl", 335 335 [LONG_INSN_POPCNT] = "popcnt", 336 336 [LONG_INSN_RISBHG] = "risbhg", 337 - [LONG_INSN_RISBLG] = "risblk", 337 + [LONG_INSN_RISBLG] = "risblg", 338 338 [LONG_INSN_RINEXT] = "rinext", 339 339 [LONG_INSN_RIEMIT] = "riemit", 340 340 [LONG_INSN_TABORT] = "tabort",