]> git.baikalelectronics.ru Git - kernel.git/commit
x86: x86 i387 cleanup
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:31:51 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:51 +0000 (13:31 +0100)
commit57330b9a50275d788b1a69977c6cea4344773821
tree2c2904e4ee8d75f30d00dd2367b12d37a5e3e55b
parentdeb78a14e743cd9ef9a9ab54782e7ec6a947822b
x86: x86 i387 cleanup

This removes all the old code that is no longer used after
the i387 unification and cleanup.  The i387_64.h is renamed
to i387.h with no changes, but since it replaces the nonempty
one-line stub i387.h it looks like a big diff and not a rename.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/ia32/fpu32.c [deleted file]
arch/x86/kernel/i387_64.c [deleted file]
include/asm-x86/i387.h
include/asm-x86/i387_32.h [deleted file]
include/asm-x86/i387_64.h [deleted file]