diff options
-rw-r--r-- | arch/mips/kernel/cpu-probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index dd3175442c9e..921211bcd2ba 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c | |||
@@ -1824,7 +1824,7 @@ static inline void cpu_probe_loongson(struct cpuinfo_mips *c, unsigned int cpu) | |||
1824 | } | 1824 | } |
1825 | 1825 | ||
1826 | decode_configs(c); | 1826 | decode_configs(c); |
1827 | c->options |= MIPS_CPU_TLBINV | MIPS_CPU_LDPTE; | 1827 | c->options |= MIPS_CPU_FTLB | MIPS_CPU_TLBINV | MIPS_CPU_LDPTE; |
1828 | c->writecombine = _CACHE_UNCACHED_ACCELERATED; | 1828 | c->writecombine = _CACHE_UNCACHED_ACCELERATED; |
1829 | break; | 1829 | break; |
1830 | default: | 1830 | default: |