diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/mach-netlogic/cpu-feature-overrides.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/mips/include/asm/mach-netlogic/cpu-feature-overrides.h b/arch/mips/include/asm/mach-netlogic/cpu-feature-overrides.h index 3b728275b9b0..3780743a74b2 100644 --- a/arch/mips/include/asm/mach-netlogic/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-netlogic/cpu-feature-overrides.h | |||
@@ -25,13 +25,12 @@ | |||
25 | #define cpu_has_llsc 1 | 25 | #define cpu_has_llsc 1 |
26 | #define cpu_has_vtag_icache 0 | 26 | #define cpu_has_vtag_icache 0 |
27 | #define cpu_has_dc_aliases 0 | 27 | #define cpu_has_dc_aliases 0 |
28 | #define cpu_has_ic_fills_f_dc 0 | 28 | #define cpu_has_ic_fills_f_dc 1 |
29 | #define cpu_has_dsp 0 | 29 | #define cpu_has_dsp 0 |
30 | #define cpu_has_mipsmt 0 | 30 | #define cpu_has_mipsmt 0 |
31 | #define cpu_has_userlocal 0 | 31 | #define cpu_has_userlocal 0 |
32 | #define cpu_icache_snoops_remote_store 0 | 32 | #define cpu_icache_snoops_remote_store 1 |
33 | 33 | ||
34 | #define cpu_has_nofpuex 0 | ||
35 | #define cpu_has_64bits 1 | 34 | #define cpu_has_64bits 1 |
36 | 35 | ||
37 | #define cpu_has_mips32r1 1 | 36 | #define cpu_has_mips32r1 1 |