diff options
author | Paul Burton <paul.burton@imgtec.com> | 2014-01-09 10:30:37 -0500 |
---|---|---|
committer | Paul Burton <paul.burton@imgtec.com> | 2014-05-28 11:20:24 -0400 |
commit | f263839ab59a7f4beb74fc9a7ce0234b62ab2b52 (patch) | |
tree | eb0078cd7e2f012f4c33d643b73d79a5ae1c3251 /arch/mips | |
parent | 7ed82ad12c1553a40a5dd7e9c0b34a80c2c02e47 (diff) |
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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/uapi/asm/inst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/uapi/asm/inst.h b/arch/mips/include/uapi/asm/inst.h index 89e915587417..e6e7fe372cbd 100644 --- a/arch/mips/include/uapi/asm/inst.h +++ b/arch/mips/include/uapi/asm/inst.h | |||
@@ -305,6 +305,7 @@ enum mm_32axf_minor_op { | |||
305 | mm_jalrshb_op = 0x17c, | 305 | mm_jalrshb_op = 0x17c, |
306 | mm_sync_op = 0x1ad, | 306 | mm_sync_op = 0x1ad, |
307 | mm_syscall_op = 0x22d, | 307 | mm_syscall_op = 0x22d, |
308 | mm_wait_op = 0x24d, | ||
308 | mm_eret_op = 0x3cd, | 309 | mm_eret_op = 0x3cd, |
309 | }; | 310 | }; |
310 | 311 | ||