diff options
| -rw-r--r-- | include/asm-mips/hazards.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/hazards.h b/include/asm-mips/hazards.h index 66943c451c1d..25f5e8a4177d 100644 --- a/include/asm-mips/hazards.h +++ b/include/asm-mips/hazards.h | |||
| @@ -69,10 +69,10 @@ | |||
| 69 | * Use a macro for ehb unless explicit support for MIPSR2 is enabled | 69 | * Use a macro for ehb unless explicit support for MIPSR2 is enabled |
| 70 | */ | 70 | */ |
| 71 | 71 | ||
| 72 | #define irq_enable_hazard | 72 | #define irq_enable_hazard \ |
| 73 | _ehb | 73 | _ehb |
| 74 | 74 | ||
| 75 | #define irq_disable_hazard | 75 | #define irq_disable_hazard \ |
| 76 | _ehb | 76 | _ehb |
| 77 | 77 | ||
| 78 | #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000) | 78 | #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000) |
