mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 07:30:16 +00:00
20Kc and SB1 don't suffer from aliases.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
84fd089a42
commit
a95970f323
@ -1012,8 +1012,10 @@ static void __init probe_pcache(void)
|
|||||||
* with that for us so we don't need to take care ourselves.
|
* with that for us so we don't need to take care ourselves.
|
||||||
*/
|
*/
|
||||||
switch (c->cputype) {
|
switch (c->cputype) {
|
||||||
|
case CPU_20KC:
|
||||||
case CPU_R10000:
|
case CPU_R10000:
|
||||||
case CPU_R12000:
|
case CPU_R12000:
|
||||||
|
case CPU_SB1:
|
||||||
break;
|
break;
|
||||||
case CPU_24K:
|
case CPU_24K:
|
||||||
if (!(read_c0_config7() & (1 << 16)))
|
if (!(read_c0_config7() & (1 << 16)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user