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)
commit7e02cb941ddc129158c276648c10a69dca7d36d3
tree79db7b7d1c607c15f67ae53248ccdf762a0aaa8e
parent3f4ed1511dc8c71073bb7d220ee62eedd8e8aeec
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>
arch/x86/lib/rwlock_64.S
arch/x86/lib/semaphore_32.S
include/asm-um/alternative-asm.h [moved from include/asm-um/alternative-asm.i with 65% similarity]
include/asm-um/frame.h [moved from include/asm-um/frame.i with 64% similarity]
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 [moved from include/asm-x86/frame.i with 89% similarity]