]> git.baikalelectronics.ru Git - kernel.git/commit
x86: rename .i assembler includes to .h
authorAdrian Bunk <bunk@kernel.org>
Wed, 17 Oct 2007 16:04:38 +0000 (18:04 +0200)
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>
Wed, 17 Oct 2007 18:16:29 +0000 (20:16 +0200)
commitf6b96d41fe65a73b8351c23c12b25d52b1c893b2
tree79db7b7d1c607c15f67ae53248ccdf762a0aaa8e
parent9dc4b91e2775b92929af6380a1df80a50477d16d
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>
12 files changed:
arch/x86/lib/rwlock_64.S
arch/x86/lib/semaphore_32.S
include/asm-um/alternative-asm.h [new file with mode: 0644]
include/asm-um/alternative-asm.i [deleted file]
include/asm-um/frame.h [new file with mode: 0644]
include/asm-um/frame.i [deleted file]
include/asm-x86/alternative-asm.h [new file with mode: 0644]
include/asm-x86/alternative-asm.i [deleted file]
include/asm-x86/alternative-asm_32.i [deleted file]
include/asm-x86/alternative-asm_64.i [deleted file]
include/asm-x86/frame.h [new file with mode: 0644]
include/asm-x86/frame.i [deleted file]