From: Ralf Baechle Date: Tue, 13 Oct 2009 14:54:01 +0000 (+0200) Subject: MIPS: Set S-cache linesize to 64-bytes for MTI's S-cache X-Git-Tag: Ubuntu-5.10.0-12.13~30682^2~9 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0db2b74e9150651a25ffd2e2285575ce193f763c;p=mirror_ubuntu-hirsute-kernel.git MIPS: Set S-cache linesize to 64-bytes for MTI's S-cache Signed-off-by: Ralf Baechle --- 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"