-
- Downloads
x86: rename .i assembler includes to .h
.i is an ending used for preprocessed stuff. This patch therefore renames assembler include files to .h and guards the contents with an #ifdef __ASSEMBLY__. [ tglx: arch/x86 adaptation ] Signed-off-by:Adrian Bunk <bunk@kernel.org> Signed-off-by:
Andi Kleen <ak@suse.de> Signed-off-by:
Ingo Molnar <mingo@elte.hu> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
- arch/x86/lib/rwlock_64.S 1 addition, 1 deletionarch/x86/lib/rwlock_64.S
- arch/x86/lib/semaphore_32.S 2 additions, 2 deletionsarch/x86/lib/semaphore_32.S
- include/asm-um/alternative-asm.h 1 addition, 1 deletioninclude/asm-um/alternative-asm.h
- include/asm-um/frame.h 1 addition, 1 deletioninclude/asm-um/frame.h
- include/asm-x86/alternative-asm.h 22 additions, 0 deletionsinclude/asm-x86/alternative-asm.h
- include/asm-x86/alternative-asm.i 0 additions, 5 deletionsinclude/asm-x86/alternative-asm.i
- include/asm-x86/alternative-asm_64.i 0 additions, 12 deletionsinclude/asm-x86/alternative-asm_64.i
- include/asm-x86/frame.h 4 additions, 0 deletionsinclude/asm-x86/frame.h
Loading
Please register or sign in to comment