| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 1/2] MIPS: Declare uasm bbit0 and bbit1 functions. |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Mon, 20 Dec 2010 15:54:49 -0800 |
| Cc: | David Daney <ddaney@caviumnetworks.com> |
| In-reply-to: | <1292889290-12849-1-git-send-email-ddaney@caviumnetworks.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1292889290-12849-1-git-send-email-ddaney@caviumnetworks.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
these are already defined, but declaring them allow them to be used
outside of uasm.c.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
---
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 99dae68..d361df3 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 {
--
1.7.2.3
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 0/2] MIPS: Use Octeon BBIT instructions in TLB handlers., David Daney |
|---|---|
| Next by Date: | [PATCH 2/2] MIPS: Use BBIT instructions in TLB handlers, David Daney |
| Previous by Thread: | [PATCH 0/2] MIPS: Use Octeon BBIT instructions in TLB handlers., David Daney |
| Next by Thread: | Re: [PATCH 1/2] MIPS: Declare uasm bbit0 and bbit1 functions., Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |