浏览代码

MIPS: inst.h: define microMIPS wait op

The opcode for the wait instruction within POOL32AXf was missing. This
patch adds it for use by a subsequent patch.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Paul Burton 12 年之前
父节点
当前提交
f263839ab5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/mips/include/uapi/asm/inst.h

+ 1 - 0
arch/mips/include/uapi/asm/inst.h

@@ -305,6 +305,7 @@ enum mm_32axf_minor_op {
 	mm_jalrshb_op = 0x17c,
 	mm_jalrshb_op = 0x17c,
 	mm_sync_op = 0x1ad,
 	mm_sync_op = 0x1ad,
 	mm_syscall_op = 0x22d,
 	mm_syscall_op = 0x22d,
+	mm_wait_op = 0x24d,
 	mm_eret_op = 0x3cd,
 	mm_eret_op = 0x3cd,
 };
 };