From: Ralf Baechle <ralf@linux-mips.org>
Date: Thu, 29 Jun 2006 19:06:53 +0000 (+0100)
Subject: [MIPS] Add missing backslashes to macro definitions.
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8db089c6b5594c961fb6bc6d613b9926e0d3d98f;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

[MIPS] Add missing backslashes to macro definitions.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---

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)