Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] s/__ASSEMBLER__/__ASSEMBLY__/ for clarity sake.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+6 -6
+1 -1
include/asm-mips/hazards.h
··· 11 11 #define _ASM_HAZARDS_H 12 12 13 13 14 - #ifdef __ASSEMBLER__ 14 + #ifdef __ASSEMBLY__ 15 15 #define ASMMACRO(name, code...) .macro name; code; .endm 16 16 #else 17 17
+1 -1
include/asm-mips/mach-excite/excite.h
··· 7 7 8 8 #define EXCITE_CPU_EXT_CLOCK 100000000 9 9 10 - #if !defined(__ASSEMBLER__) 10 + #if !defined(__ASSEMBLY__) 11 11 void __init excite_kgdb_init(void); 12 12 void excite_procfs_init(void); 13 13 extern unsigned long memsize;
+3 -3
include/asm-mips/sibyte/sb1250_defs.h
··· 212 212 * Note: you'll need to define uint32_t and uint64_t in your headers. 213 213 */ 214 214 215 - #if !defined(__ASSEMBLER__) 215 + #if !defined(__ASSEMBLY__) 216 216 #define _SB_MAKE64(x) ((uint64_t)(x)) 217 217 #define _SB_MAKE32(x) ((uint32_t)(x)) 218 218 #else ··· 251 251 */ 252 252 253 253 254 - #if defined(__mips64) && !defined(__ASSEMBLER__) 254 + #if defined(__mips64) && !defined(__ASSEMBLY__) 255 255 #define SBWRITECSR(csr,val) *((volatile uint64_t *) PHYS_TO_K1(csr)) = (val) 256 256 #define SBREADCSR(csr) (*((volatile uint64_t *) PHYS_TO_K1(csr))) 257 - #endif /* __ASSEMBLER__ */ 257 + #endif /* __ASSEMBLY__ */ 258 258 259 259 #endif
+1 -1
include/asm-mips/sibyte/sb1250_scd.h
··· 149 149 * (For the assembler version, sysrev and dest may be the same register. 150 150 * Also, it clobbers AT.) 151 151 */ 152 - #ifdef __ASSEMBLER__ 152 + #ifdef __ASSEMBLY__ 153 153 #define SYS_SOC_TYPE(dest, sysrev) \ 154 154 .set push ; \ 155 155 .set reorder ; \