From: Adrian Bunk Date: Wed, 17 Oct 2007 16:04:38 +0000 (+0200) Subject: x86: rename .i assembler includes to .h X-Git-Tag: v2.6.24-rc1~476^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e02cb941ddc129158c276648c10a69dca7d36d3;p=pandora-kernel.git 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 Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed