Loading arch/mips/mm/c-r4k.c +1 −0 Original line number Diff line number Diff line Loading @@ -1009,6 +1009,7 @@ static void __init probe_pcache(void) break; case CPU_24K: case CPU_34K: case CPU_74K: if ((read_c0_config7() & (1 << 16))) { /* effectively physically indexed dcache, thus no virtual aliases. */ Loading Loading
arch/mips/mm/c-r4k.c +1 −0 Original line number Diff line number Diff line Loading @@ -1009,6 +1009,7 @@ static void __init probe_pcache(void) break; case CPU_24K: case CPU_34K: case CPU_74K: if ((read_c0_config7() & (1 << 16))) { /* effectively physically indexed dcache, thus no virtual aliases. */ Loading