]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Define cpu_icache_snoops_remote_store. This is slight abuse of something
authorRalf Baechle <ralf@linux-mips.org>
Tue, 16 Aug 2005 17:54:41 +0000 (17:54 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:07 +0000 (19:32 +0100)
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 <ralf@linux-mips.org>
include/asm-mips/mach-mips/cpu-feature-overrides.h

index 7a1189fdf1aaf3c95e3b196b07e7654ea8de3689..98927f8b5f6d859b61dc4f2a1522d43c8413e225 100644 (file)
@@ -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 */