diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-10-13 16:54:01 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-11-02 12:00:06 +0100 |
commit | 0db2b74e9150651a25ffd2e2285575ce193f763c (patch) | |
tree | 768674e4bba24d026794f34df94904bbaee7e4bf /arch/mips/Kconfig | |
parent | 2e41f91d9e90e34254746fefcb7bb678a3c9d541 (diff) | |
download | linux-stable-0db2b74e9150651a25ffd2e2285575ce193f763c.tar.gz linux-stable-0db2b74e9150651a25ffd2e2285575ce193f763c.tar.bz2 linux-stable-0db2b74e9150651a25ffd2e2285575ce193f763c.zip |
MIPS: Set S-cache linesize to 64-bytes for MTI's S-cache
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7159495ee0b5..03bd56a2fb6e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1013,6 +1013,7 @@ config BOOT_ELF32 config MIPS_L1_CACHE_SHIFT int default "4" if MACH_DECSTATION || MIKROTIK_RB532 || PMC_MSP4200_EVAL + default "6" if MIPS_CPU_SCACHE default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM || CPU_CAVIUM_OCTEON default "5" |