diff options
| author | Paul Burton <paul.burton@imgtec.com> | 2013-12-23 22:44:28 -0500 |
|---|---|---|
| committer | Paul Burton <paul.burton@imgtec.com> | 2014-05-28 11:20:22 -0400 |
| commit | b0a3eae2b943ef62cb8265aa604c78bb6565a2cd (patch) | |
| tree | bf6e9fe95af30c25cd6a2d949e3821d847512b81 | |
| parent | 27476f3bf45cf61976bc85b66a0bcd0019feae41 (diff) | |
MIPS: inst.h: define COP0 wait op
The func field for the wait instruction was missing from inst.h - this
patch adds it.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
| -rw-r--r-- | arch/mips/include/uapi/asm/inst.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/include/uapi/asm/inst.h b/arch/mips/include/uapi/asm/inst.h index df6e775f3fef..044123bfab90 100644 --- a/arch/mips/include/uapi/asm/inst.h +++ b/arch/mips/include/uapi/asm/inst.h | |||
| @@ -125,7 +125,8 @@ enum bcop_op { | |||
| 125 | enum cop0_coi_func { | 125 | enum cop0_coi_func { |
| 126 | tlbr_op = 0x01, tlbwi_op = 0x02, | 126 | tlbr_op = 0x01, tlbwi_op = 0x02, |
| 127 | tlbwr_op = 0x06, tlbp_op = 0x08, | 127 | tlbwr_op = 0x06, tlbp_op = 0x08, |
| 128 | rfe_op = 0x10, eret_op = 0x18 | 128 | rfe_op = 0x10, eret_op = 0x18, |
| 129 | wait_op = 0x20, | ||
| 129 | }; | 130 | }; |
| 130 | 131 | ||
| 131 | /* | 132 | /* |
