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

[MIPS] 74K: Assume it will also have an AR bit in config7

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1
+1
arch/mips/mm/c-r4k.c
··· 1009 1009 break; 1010 1010 case CPU_24K: 1011 1011 case CPU_34K: 1012 + case CPU_74K: 1012 1013 if ((read_c0_config7() & (1 << 16))) { 1013 1014 /* effectively physically indexed dcache, 1014 1015 thus no virtual aliases. */