]> err.no Git - linux-2.6/blobdiff - include/asm-mips/hazards.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[linux-2.6] / include / asm-mips / hazards.h
index bf0b80404946a6dbf7849faf1627d099ae48228d..0fe02945feba0b8a18868126a99d977558294d33 100644 (file)
@@ -11,7 +11,7 @@
 #define _ASM_HAZARDS_H
 
 
-#ifdef __ASSEMBLER__
+#ifdef __ASSEMBLY__
 #define ASMMACRO(name, code...) .macro name; code; .endm
 #else