| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 05/15] [MTI] MIPS secondary cache supports 64 byte line size. |
| From: | Raghu Gandham <raghu@mips.com> |
| Date: | Wed, 01 Jul 2009 19:40:56 -0700 |
| Cc: | chris@mips.com |
| In-reply-to: | <20090702023938.23268.65453.stgit@linux-raghu> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20090702023938.23268.65453.stgit@linux-raghu> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | StGIT/0.14.3 |
From: Chris Dearman <chris@mips.com>
Signed-off-by: Chris Dearman <chris@mips.com>
---
arch/mips/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index df1a92a..60c7235 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1012,6 +1012,7 @@ config MIPS_L1_CACHE_SHIFT
int
default "4" if MACH_DECSTATION || MIKROTIK_RB532
default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM ||
CPU_CAVIUM_OCTEON
+ default "6" if MIPS_CPU_SCACHE
default "4" if PMC_MSP4200_EVAL
default "5"
|
| Previous by Date: | [PATCH 04/15] Fix accesses to device registers on MIPS boards, Raghu Gandham |
|---|---|
| Next by Date: | [PATCH 06/15] [MTI] Enable PIIX4 PCI2.1 compliancy on Malta, Raghu Gandham |
| Previous by Thread: | [PATCH 04/15] Fix accesses to device registers on MIPS boards, Raghu Gandham |
| Next by Thread: | [PATCH 06/15] [MTI] Enable PIIX4 PCI2.1 compliancy on Malta, Raghu Gandham |
| Indexes: | [Date] [Thread] [Top] [All Lists] |