projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
127fe6a
)
[MIPS] Add missing backslashes to macro definitions.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 29 Jun 2006 19:06:53 +0000
(20:06 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 29 Jun 2006 20:10:55 +0000
(21:10 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/hazards.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/hazards.h
b/include/asm-mips/hazards.h
index 66943c451c1dbcb196db60f042cd2a33928d7254..25f5e8a4177d1378fb60645483a4e364c1e879c1 100644
(file)
--- 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)