| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | MIPS: Enable prefetch option for VR5500 processor |
| From: | Shinya Kuribayashi <shinya.kuribayashi@necel.com> |
| Date: | Tue, 17 Mar 2009 15:32:48 +0900 |
| In-reply-to: | <49ACF2EF.3080903@necel.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <49ACF2EF.3080903@necel.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.19 (Windows/20081209) |
MIPS: Enable prefetch option for VR5500 processor
Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
---
Hi Ralf,
I haven't finished fixing up for VR5500 processor support, sigh :-(
I hope this is the last one, and don't miss anything essential.
Shinya
arch/mips/mm/c-r4k.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c
index c43f4b2..b42b9d2 100644
--- a/arch/mips/mm/c-r4k.c
+++ b/arch/mips/mm/c-r4k.c
@@ -781,6 +781,7 @@ static void __cpuinit probe_pcache(void)
c->dcache.waybit = 0;
c->options |= MIPS_CPU_CACHE_CDEX_P;
+ c->options |= MIPS_CPU_PREFETCH;
break;
case CPU_TX49XX:
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 1/2] dmaengine: TXx9 Soc DMA Controller driver, Dan Williams |
|---|---|
| Next by Date: | Re: linux-2.6.28.4 regarding, umeshyv |
| Previous by Thread: | Re: [PATCH] MIPS: NEC VR5500 processor support fixup, Ralf Baechle |
| Next by Thread: | Re: MIPS: Enable prefetch option for VR5500 processor, Sergei Shtylyov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |