Commit 8db089c6 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Add missing backslashes to macro definitions.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 127fe6af
...@@ -69,10 +69,10 @@ ...@@ -69,10 +69,10 @@
* Use a macro for ehb unless explicit support for MIPSR2 is enabled * Use a macro for ehb unless explicit support for MIPSR2 is enabled
*/ */
#define irq_enable_hazard #define irq_enable_hazard \
_ehb _ehb
#define irq_disable_hazard #define irq_disable_hazard \
_ehb _ehb
#elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000) #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment