commit | 36396f3c36b04f79438f87a0fccfa76aa3de6af9 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Sep 25 15:49:49 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Sep 27 13:37:57 2006 +0100 |
tree | 2e9e26d7ace9005502014a1e624a34792f5be925 | |
parent | e584ade1a6679bfb417620f15951796bed9805d9 [diff] [blame] |
[MIPS] s/__ASSEMBLER__/__ASSEMBLY__/ for clarity sake. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/hazards.h b/include/asm-mips/hazards.h index bf0b804..0fe0294 100644 --- a/include/asm-mips/hazards.h +++ b/include/asm-mips/hazards.h
@@ -11,7 +11,7 @@ #define _ASM_HAZARDS_H -#ifdef __ASSEMBLER__ +#ifdef __ASSEMBLY__ #define ASMMACRO(name, code...) .macro name; code; .endm #else