diff options
author | David Daney <ddaney@caviumnetworks.com> | 2010-12-20 15:54:49 -0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-01-18 19:30:22 +0100 |
commit | afc7c9864a2d1b0c398425aac84b8a095c8dfa7c (patch) | |
tree | 172187ab42563fa097809b46a3470d901c8e3fb4 /arch | |
parent | 3d8bfdd0307223de678962f1c1907a7cec549136 (diff) | |
download | linux-afc7c9864a2d1b0c398425aac84b8a095c8dfa7c.tar.bz2 |
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')
-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); Ip_u2u1msbu3(_dins); Ip_u2u1msbu3(_dinsm); Ip_u1(_syscall); +Ip_u1u2s3(_bbit0); +Ip_u1u2s3(_bbit1); /* Handle labels. */ struct uasm_label { |