| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 18/26] MIPS: Add Cavium OCTEON slot into proper tlb category. |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Tue, 18 Nov 2008 14:23:33 -0800 |
| Cc: | David Daney <ddaney@caviumnetworks.com>, Tomaso Paoletti <tpaoletti@caviumnetworks.com>, Paul Gortmaker <Paul.Gortmaker@windriver.com> |
| In-reply-to: | <49233FDE.3010404@caviumnetworks.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <49233FDE.3010404@caviumnetworks.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Expand the case statement for build_tlb_write_entry so that it does
the right thing on Cavium CPU variants.
Signed-off-by: Tomaso Paoletti <tpaoletti@caviumnetworks.com>
Signed-off-by: Paul Gortmaker <Paul.Gortmaker@windriver.com>
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
---
arch/mips/mm/tlbex.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c
index 979cf91..4294203 100644
--- a/arch/mips/mm/tlbex.c
+++ b/arch/mips/mm/tlbex.c
@@ -317,6 +317,7 @@ static void __cpuinit build_tlb_write_entry(u32 **p, struct
uasm_label **l,
case CPU_BCM3302:
case CPU_BCM4710:
case CPU_LOONGSON2:
+ case CPU_CAVIUM_OCTEON:
if (m4kc_tlbp_war())
uasm_i_nop(p);
tlbw(p);
--
1.5.6.5
|
| Previous by Date: | [PATCH 17/26] MIPS: Compute branch returns for Cavium OCTEON specific branch instructions., David Daney |
|---|---|
| Next by Date: | [PATCH 20/26] 8250: Serial driver changes to support future Cavium OCTEON serial patches., David Daney |
| Previous by Thread: | [PATCH 17/26] MIPS: Compute branch returns for Cavium OCTEON specific branch instructions., David Daney |
| Next by Thread: | [PATCH 20/26] 8250: Serial driver changes to support future Cavium OCTEON serial patches., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |