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 <ralf@linux-mips.org>
This commit is contained in:
parent
ac351d9473
commit
8b200ce4a6
|
@ -37,6 +37,7 @@
|
||||||
/* #define cpu_has_64bits ? */
|
/* #define cpu_has_64bits ? */
|
||||||
/* #define cpu_has_64bit_zero_reg ? */
|
/* #define cpu_has_64bit_zero_reg ? */
|
||||||
/* #define cpu_has_subset_pcaches ? */
|
/* #define cpu_has_subset_pcaches ? */
|
||||||
|
#define cpu_icache_snoops_remote_store 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_CPU_MIPS64_R1
|
#ifdef CONFIG_CPU_MIPS64_R1
|
||||||
|
@ -62,6 +63,7 @@
|
||||||
/* #define cpu_has_64bits ? */
|
/* #define cpu_has_64bits ? */
|
||||||
/* #define cpu_has_64bit_zero_reg ? */
|
/* #define cpu_has_64bit_zero_reg ? */
|
||||||
/* #define cpu_has_subset_pcaches ? */
|
/* #define cpu_has_subset_pcaches ? */
|
||||||
|
#define cpu_icache_snoops_remote_store 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __ASM_MACH_MIPS_CPU_FEATURE_OVERRIDES_H */
|
#endif /* __ASM_MACH_MIPS_CPU_FEATURE_OVERRIDES_H */
|
||||||
|
|
Loading…
Reference in New Issue