diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-29 20:06:53 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-29 21:10:55 +0100 |
commit | 8db089c6b5594c961fb6bc6d613b9926e0d3d98f (patch) | |
tree | be663aa41f8034c02838011d27d90ce188315b5c /include/asm-mips/hazards.h | |
parent | 127fe6af38fe237374fc158c11da6bb44bcfdc9a (diff) | |
download | op-kernel-dev-8db089c6b5594c961fb6bc6d613b9926e0d3d98f.zip op-kernel-dev-8db089c6b5594c961fb6bc6d613b9926e0d3d98f.tar.gz |
[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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/hazards.h b/include/asm-mips/hazards.h index 66943c4..25f5e8a 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) |