aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-mips/hazards.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-06-29 20:06:53 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-06-29 21:10:55 +0100
commit8db089c6b5594c961fb6bc6d613b9926e0d3d98f (patch)
treebe663aa41f8034c02838011d27d90ce188315b5c /include/asm-mips/hazards.h
parent[MIPS] Death list of board support to be removed after 2.6.18. (diff)
downloadwireguard-linux-8db089c6b5594c961fb6bc6d613b9926e0d3d98f.tar.xz
wireguard-linux-8db089c6b5594c961fb6bc6d613b9926e0d3d98f.zip
[MIPS] Add missing backslashes to macro definitions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/hazards.h')
-rw-r--r--include/asm-mips/hazards.h4
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 @@
* Use a macro for ehb unless explicit support for MIPSR2 is enabled
*/
-#define irq_enable_hazard
+#define irq_enable_hazard \
_ehb
-#define irq_disable_hazard
+#define irq_disable_hazard \
_ehb
#elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000)