summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorThomas Bogendoerfer2014-08-19 22:00:07 +0200
committerRalf Baechle2014-08-26 02:18:58 +0200
commitdc24d68d5e25a384ad32cc60bbaccd18b3da30d8 (patch)
tree345c7642ad5b266a36ee15ec65e486e3edf2e941 /arch/mips/Kconfig
parentMIPS: BCM63xx: delete double assignment (diff)
downloadkernel-qcow2-linux-dc24d68d5e25a384ad32cc60bbaccd18b3da30d8.tar.gz
kernel-qcow2-linux-dc24d68d5e25a384ad32cc60bbaccd18b3da30d8.tar.xz
kernel-qcow2-linux-dc24d68d5e25a384ad32cc60bbaccd18b3da30d8.zip
MIPS: IP28: Select correct L1_CACHE_SHIFT
IP28 has 128 byte cache lines. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7548/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
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.