[mips] Fix a CPU definition for Cobalt If cpu_icache_snoops_remote_store is not set, Cobalt will crash immediately when starting the kernel. Signed-off-by: Martin Michlmayr <tbm@xxxxxxxxxx> --- a/include/asm-mips/mach-cobalt/cpu-feature-overrides.h~ 2006-01-19 19:21:35.000000000 +0000 +++ b/include/asm-mips/mach-cobalt/cpu-feature-overrides.h 2006-01-19 19:21:41.000000000 +0000 @@ -45,7 +45,7 @@ #define cpu_has_smartmips 0 #define cpu_has_vtag_icache 0 #define cpu_has_ic_fills_f_dc 0 -#define cpu_icache_snoops_remote_store 0 +#define cpu_icache_snoops_remote_store 1 #define cpu_has_dsp 0 #define cpu_has_mips32r1 0 -- Martin Michlmayr http://www.cyrius.com/