Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thomas Bogendoerfer and committed by
Ralf Baechle
dc24d68d bbc5367f

+1
+1
arch/mips/Kconfig
··· 546 546 # select SYS_HAS_EARLY_PRINTK 547 547 select SYS_SUPPORTS_64BIT_KERNEL 548 548 select SYS_SUPPORTS_BIG_ENDIAN 549 + select MIPS_L1_CACHE_SHIFT_7 549 550 help 550 551 This is the SGI Indigo2 with R10000 processor. To compile a Linux 551 552 kernel that runs on these, say Y here.