diff options
author | David Daney <ddaney@caviumnetworks.com> | 2010-12-20 18:54:49 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-01-18 13:30:22 -0500 |
commit | afc7c9864a2d1b0c398425aac84b8a095c8dfa7c (patch) | |
tree | 172187ab42563fa097809b46a3470d901c8e3fb4 /arch/mips/include/asm | |
parent | 3d8bfdd0307223de678962f1c1907a7cec549136 (diff) |
MIPS: Declare uasm bbit0 and bbit1 functions.
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>
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r-- | arch/mips/include/asm/uasm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/uasm.h b/arch/mips/include/asm/uasm.h index 99dae6871b8f..d361df32eef8 100644 --- a/arch/mips/include/asm/uasm.h +++ b/arch/mips/include/asm/uasm.h | |||
@@ -117,6 +117,8 @@ Ip_u2u1u3(_xori); | |||
117 | Ip_u2u1msbu3(_dins); | 117 | Ip_u2u1msbu3(_dins); |
118 | Ip_u2u1msbu3(_dinsm); | 118 | Ip_u2u1msbu3(_dinsm); |
119 | Ip_u1(_syscall); | 119 | Ip_u1(_syscall); |
120 | Ip_u1u2s3(_bbit0); | ||
121 | Ip_u1u2s3(_bbit1); | ||
120 | 122 | ||
121 | /* Handle labels. */ | 123 | /* Handle labels. */ |
122 | struct uasm_label { | 124 | struct uasm_label { |