kernel/arch/mips/lib/mips-atomic.c
.. .. @@ -15,7 +15,7 @@ 15 15 #include <linux/export.h> 16 16 #include <linux/stringify.h> 17 17 18 -#if !defined(CONFIG_CPU_MIPSR2) && !defined(CONFIG_CPU_MIPSR6)18 +#if !defined(CONFIG_CPU_HAS_DIEI)19 19 20 20 /* 21 21 * For cli() we have to insert nops to make sure that the new value .. .. @@ -110,4 +110,4 @@ 110 110 } 111 111 EXPORT_SYMBOL(arch_local_irq_restore); 112 112 113 -#endif /* !CONFIG_CPU_MIPSR2 && !CONFIG_CPU_MIPSR6 */113 +#endif /* !CONFIG_CPU_HAS_DIEI */