From: Ralf Baechle Date: Tue, 16 Aug 2005 17:54:41 +0000 (+0000) Subject: Define cpu_icache_snoops_remote_store. This is slight abuse of something X-Git-Tag: v3.12-rc1~41253^2~1^2~105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b200ce4a697fbbf446de3a0874232d7aaa3f6d3;p=kernel%2Fkernel-generic.git Define cpu_icache_snoops_remote_store. This is slight abuse of something which originally was meant for SMP cache managment but it can be argued to apply on the 34K as well. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/mach-mips/cpu-feature-overrides.h b/include/asm-mips/mach-mips/cpu-feature-overrides.h index 7a1189f..98927f8 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 @@ /* #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 */