| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Add missing 4KEC TLB refill handler |
| From: | Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
| Date: | Wed, 26 Mar 2008 16:42:54 +0100 (CET) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Early 4KEc were MIPS32r1 and therefore need some love to get a TLB
refill handler.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---
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 3a93d4c..382738c 100644
--- a/arch/mips/mm/tlbex.c
+++ b/arch/mips/mm/tlbex.c
@@ -307,6 +307,7 @@ static void __cpuinit build_tlb_write_entry(u32 **p, struct
uasm_label **l,
case CPU_R12000:
case CPU_R14000:
case CPU_4KC:
+ case CPU_4KEC:
case CPU_SB1:
case CPU_SB1A:
case CPU_4KSC:
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: SB1250 locking up in init on current 2.6.16 kernel, Thiemo Seufer |
|---|---|
| Next by Date: | Re: FW: Alchemy power managment code., Sergei Shtylyov |
| Previous by Thread: | [ADMIN] linux-mips list on air again., Ralf Baechle |
| Next by Thread: | Re: [PATCH] Add missing 4KEC TLB refill handler, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |