projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27476f3
)
MIPS: inst.h: define COP0 wait op
author
Paul Burton
<paul.burton@imgtec.com>
Tue, 24 Dec 2013 03:44:28 +0000
(
03:44
+0000)
committer
Paul Burton
<paul.burton@imgtec.com>
Wed, 28 May 2014 15:20:22 +0000
(16:20 +0100)
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>
arch/mips/include/uapi/asm/inst.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/include/uapi/asm/inst.h
b/arch/mips/include/uapi/asm/inst.h
index df6e775f3fef524e8d049c24433eff06dade0fd7..044123bfab907746ccc11783987255aecc67c20d 100644
(file)
--- a/
arch/mips/include/uapi/asm/inst.h
+++ b/
arch/mips/include/uapi/asm/inst.h
@@
-125,7
+125,8
@@
enum bcop_op {
enum cop0_coi_func {
tlbr_op = 0x01, tlbwi_op = 0x02,
tlbwr_op = 0x06, tlbp_op = 0x08,
- rfe_op = 0x10, eret_op = 0x18
+ rfe_op = 0x10, eret_op = 0x18,
+ wait_op = 0x20,
};
/*