Skip to content

Commit

Permalink
MIPS: Declare uasm bbit0 and bbit1 functions.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Daney authored and Ralf Baechle committed Jan 18, 2011
1 parent 3d8bfdd commit afc7c98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/include/asm/uasm.h
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit afc7c98

Please sign in to comment.