Index: cpu-features.h =================================================================== RCS file: /home/cvs/linux/include/asm-mips/cpu-features.h,v retrieving revision 1.9 diff -u -r1.9 cpu-features.h --- cpu-features.h 7 Dec 2004 02:08:34 -0000 1.9 +++ cpu-features.h 16 Dec 2004 03:42:03 -0000 @@ -87,13 +87,13 @@ * that did the store so we can't optimize this into only doing the flush on * the local CPU. */ -#ifdef CONFIG_SMP #ifndef cpu_icache_snoops_remote_store +#ifdef CONFIG_SMP #define cpu_icache_snoops_remote_store (cpu_data[0].icache.flags & MIPS_IC_SNOOPS_REMOTE) -#endif #else #define cpu_icache_snoops_remote_store 1 #endif +#endif /* * Certain CPUs may throw bizarre exceptions if not the whole cacheline