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:
7ed82ad
)
MIPS: inst.h: define microMIPS wait op
author
Paul Burton
<paul.burton@imgtec.com>
Thu, 9 Jan 2014 15:30:37 +0000
(15:30 +0000)
committer
Paul Burton
<paul.burton@imgtec.com>
Wed, 28 May 2014 15:20:24 +0000
(16:20 +0100)
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>
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 89e91558741763b2f13c947a94092db4e7c8a013..e6e7fe372cbd65610b98aea2548de93cacd8d38d 100644
(file)
--- 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 {
mm_jalrshb_op = 0x17c,
mm_sync_op = 0x1ad,
mm_syscall_op = 0x22d,
+ mm_wait_op = 0x24d,
mm_eret_op = 0x3cd,
};