diff options
-rw-r--r-- | include/asm-mips/mach-mips/cpu-feature-overrides.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/mach-mips/cpu-feature-overrides.h b/include/asm-mips/mach-mips/cpu-feature-overrides.h index 7a1189fdf1aa..98927f8b5f6d 100644 --- a/include/asm-mips/mach-mips/cpu-feature-overrides.h +++ b/include/asm-mips/mach-mips/cpu-feature-overrides.h | |||
@@ -37,6 +37,7 @@ | |||
37 | /* #define cpu_has_64bits ? */ | 37 | /* #define cpu_has_64bits ? */ |
38 | /* #define cpu_has_64bit_zero_reg ? */ | 38 | /* #define cpu_has_64bit_zero_reg ? */ |
39 | /* #define cpu_has_subset_pcaches ? */ | 39 | /* #define cpu_has_subset_pcaches ? */ |
40 | #define cpu_icache_snoops_remote_store 1 | ||
40 | #endif | 41 | #endif |
41 | 42 | ||
42 | #ifdef CONFIG_CPU_MIPS64_R1 | 43 | #ifdef CONFIG_CPU_MIPS64_R1 |
@@ -62,6 +63,7 @@ | |||
62 | /* #define cpu_has_64bits ? */ | 63 | /* #define cpu_has_64bits ? */ |
63 | /* #define cpu_has_64bit_zero_reg ? */ | 64 | /* #define cpu_has_64bit_zero_reg ? */ |
64 | /* #define cpu_has_subset_pcaches ? */ | 65 | /* #define cpu_has_subset_pcaches ? */ |
66 | #define cpu_icache_snoops_remote_store 1 | ||
65 | #endif | 67 | #endif |
66 | 68 | ||
67 | #endif /* __ASM_MACH_MIPS_CPU_FEATURE_OVERRIDES_H */ | 69 | #endif /* __ASM_MACH_MIPS_CPU_FEATURE_OVERRIDES_H */ |