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

tile: correct some typos in opcode type names

These particular opcode names are not used in the kernel directly,
so updating them just has the effect of making downstream consumers
more likely to end up using better names; this was reported from the
qemu community.

Reported-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>

+3 -3
+3 -3
arch/tile/include/uapi/arch/opcode_tilegx.h
··· 830 830 ADDX_RRR_0_OPCODE_X0 = 2, 831 831 ADDX_RRR_0_OPCODE_X1 = 2, 832 832 ADDX_RRR_0_OPCODE_Y0 = 0, 833 - ADDX_SPECIAL_0_OPCODE_Y1 = 0, 833 + ADDX_RRR_0_OPCODE_Y1 = 0, 834 834 ADD_RRR_0_OPCODE_X0 = 3, 835 835 ADD_RRR_0_OPCODE_X1 = 3, 836 836 ADD_RRR_0_OPCODE_Y0 = 1, 837 - ADD_SPECIAL_0_OPCODE_Y1 = 1, 837 + ADD_RRR_0_OPCODE_Y1 = 1, 838 838 ANDI_IMM8_OPCODE_X0 = 3, 839 839 ANDI_IMM8_OPCODE_X1 = 3, 840 840 ANDI_OPCODE_Y0 = 2, ··· 995 995 LD4U_ADD_IMM8_OPCODE_X1 = 12, 996 996 LD4U_OPCODE_Y2 = 2, 997 997 LD4U_UNARY_OPCODE_X1 = 20, 998 + LDNA_ADD_IMM8_OPCODE_X1 = 21, 998 999 LDNA_UNARY_OPCODE_X1 = 21, 999 1000 LDNT1S_ADD_IMM8_OPCODE_X1 = 13, 1000 1001 LDNT1S_UNARY_OPCODE_X1 = 22, ··· 1016 1015 LD_UNARY_OPCODE_X1 = 29, 1017 1016 LNK_UNARY_OPCODE_X1 = 30, 1018 1017 LNK_UNARY_OPCODE_Y1 = 14, 1019 - LWNA_ADD_IMM8_OPCODE_X1 = 21, 1020 1018 MFSPR_IMM8_OPCODE_X1 = 22, 1021 1019 MF_UNARY_OPCODE_X1 = 31, 1022 1020 MM_BF_OPCODE_X0 = 7,