]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: inst.h: Fix some instruction descriptions
authorMaciej W. Rozycki <macro@imgtec.com>
Fri, 22 Jan 2016 05:21:34 +0000 (05:21 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 24 Jan 2016 00:36:50 +0000 (01:36 +0100)
commitd7ffe32926f426cc6d40e5863071a45a98e2d068
tree0107c0b40972e108382c47306d9a68212a849336
parent7ed41f93dda9e2424fa327c2ce77a75d3168c497
MIPS: inst.h: Fix some instruction descriptions

Fix the description of the microMIPS NOP16 encoding or MM_NOP16, which
is not equivalent to the MIPS16 NOP instruction.  This is 0x0c00 and
represents the microMIPS `MOVE16 $0, $0' operation, whereas MIPS16 NOP
is encoded as 0x6500, representing `MOVE $0, $16'.

Also fix a typo in `mm_fp0_format' description.

Signed-off-by: Maciej W. Rozycki <macro@imgtec.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/12177/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/uapi/asm/inst.h