From: Thomas Bogendoerfer Date: Tue, 19 Aug 2014 20:00:07 +0000 (+0200) Subject: MIPS: IP28: Select correct L1_CACHE_SHIFT X-Git-Tag: v3.17-rc6~13^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dc24d68d5e25a384ad32cc60bbaccd18b3da30d8;p=karo-tx-linux.git MIPS: IP28: Select correct L1_CACHE_SHIFT IP28 has 128 byte cache lines. Signed-off-by: Thomas Bogendoerfer Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7548/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index df51e78a72cc..0c57c4b43fd1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -546,6 +546,7 @@ config SGI_IP28 # select SYS_HAS_EARLY_PRINTK select SYS_SUPPORTS_64BIT_KERNEL select SYS_SUPPORTS_BIG_ENDIAN + select MIPS_L1_CACHE_SHIFT_7 help This is the SGI Indigo2 with R10000 processor. To compile a Linux kernel that runs on these, say Y here.