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)
commit1eeaed7679eab3666d2d8c964d060c2169b3813b
tree2c2904e4ee8d75f30d00dd2367b12d37a5e3e55b
parent4421011120b2304e5c248ae4165a2704588aedf1
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]