diff --git a/[refs] b/[refs] index 5e924a0fa48e..ec2e62584d45 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ac351d947390c00b8ece3cde997fe173fc8649ed +refs/heads/master: 8b200ce4a697fbbf446de3a0874232d7aaa3f6d3 diff --git a/trunk/include/asm-mips/mach-mips/cpu-feature-overrides.h b/trunk/include/asm-mips/mach-mips/cpu-feature-overrides.h index 7a1189fdf1aa..98927f8b5f6d 100644 --- a/trunk/include/asm-mips/mach-mips/cpu-feature-overrides.h +++ b/trunk/include/asm-mips/mach-mips/cpu-feature-overrides.h @@ -37,6 +37,7 @@ /* #define cpu_has_64bits ? */ /* #define cpu_has_64bit_zero_reg ? */ /* #define cpu_has_subset_pcaches ? */ +#define cpu_icache_snoops_remote_store 1 #endif #ifdef CONFIG_CPU_MIPS64_R1 @@ -62,6 +63,7 @@ /* #define cpu_has_64bits ? */ /* #define cpu_has_64bit_zero_reg ? */ /* #define cpu_has_subset_pcaches ? */ +#define cpu_icache_snoops_remote_store 1 #endif #endif /* __ASM_MACH_MIPS_CPU_FEATURE_OVERRIDES_H */