diff options
author | Thomas Bogendoerfer | 2014-08-19 22:00:07 +0200 |
---|---|---|
committer | Ralf Baechle | 2014-08-26 02:18:58 +0200 |
commit | dc24d68d5e25a384ad32cc60bbaccd18b3da30d8 (patch) | |
tree | 345c7642ad5b266a36ee15ec65e486e3edf2e941 /arch/mips/Kconfig | |
parent | bbc5367f50d930bbe6ad4750d3250614c7babcc0 (diff) |
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/Kconfig | 1 |
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. |