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:
3d8bfdd
)
MIPS: Declare uasm bbit0 and bbit1 functions.
author
David Daney
<ddaney@caviumnetworks.com>
Mon, 20 Dec 2010 23:54:49 +0000
(15:54 -0800)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 18 Jan 2011 18:30:22 +0000
(19:30 +0100)
these are already defined, but declaring them allow them to be used
outside of uasm.c.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1872/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/uasm.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/include/asm/uasm.h
b/arch/mips/include/asm/uasm.h
index 99dae6871b8fd03a0cfc53f51aa89ce4039d8fe8..d361df32eef8875fe50638664cc47768087938bc 100644
(file)
--- a/
arch/mips/include/asm/uasm.h
+++ b/
arch/mips/include/asm/uasm.h
@@
-117,6
+117,8
@@
Ip_u2u1u3(_xori);
Ip_u2u1msbu3(_dins);
Ip_u2u1msbu3(_dinsm);
Ip_u1(_syscall);
+Ip_u1u2s3(_bbit0);
+Ip_u1u2s3(_bbit1);
/* Handle labels. */
struct uasm_label {