diff options
Diffstat (limited to 'arch/mips/kernel/cpu-probe.c')
-rw-r--r-- | arch/mips/kernel/cpu-probe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index e0cfa3b85bca..388503867657 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c | |||
@@ -539,6 +539,7 @@ static int set_ftlb_enable(struct cpuinfo_mips *c, int enable) | |||
539 | switch (c->cputype) { | 539 | switch (c->cputype) { |
540 | case CPU_PROAPTIV: | 540 | case CPU_PROAPTIV: |
541 | case CPU_P5600: | 541 | case CPU_P5600: |
542 | case CPU_P6600: | ||
542 | /* proAptiv & related cores use Config6 to enable the FTLB */ | 543 | /* proAptiv & related cores use Config6 to enable the FTLB */ |
543 | config = read_c0_config6(); | 544 | config = read_c0_config6(); |
544 | /* Clear the old probability value */ | 545 | /* Clear the old probability value */ |