projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f5bb42
)
MIPS: inst.h: define microMIPS sync op
author
Paul Burton
<paul.burton@imgtec.com>
Thu, 9 Jan 2014 15:27:32 +0000
(15:27 +0000)
committer
Paul Burton
<paul.burton@imgtec.com>
Wed, 28 May 2014 15:20:24 +0000
(16:20 +0100)
The opcode for the sync 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 b7492c69aa006349cc80690bd3f548b2dbd3fafa..89e91558741763b2f13c947a94092db4e7c8a013 100644
(file)
--- a/
arch/mips/include/uapi/asm/inst.h
+++ b/
arch/mips/include/uapi/asm/inst.h
@@
-303,6
+303,7
@@
enum mm_32axf_minor_op {
mm_tlbwr_op = 0x0cd,
mm_jalrs_op = 0x13c,
mm_jalrshb_op = 0x17c,
+ mm_sync_op = 0x1ad,
mm_syscall_op = 0x22d,
mm_eret_op = 0x3cd,
};