Skip to content

Commit

Permalink
[MIPS] Add missing backslashes to macro definitions.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jun 29, 2006
1 parent 127fe6a commit 8db089c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-mips/hazards.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8db089c

Please sign in to comment.