x86: x86 i387 header cleanup
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:31:49 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:49 +0000 (13:31 +0100)
commitcc927a25bd704448b18b095c658cbfdd79dab865
treec29d4cbe0482797af69686ef02a3b59c57f4ecb4
parent99f8ecdf4506010feda26ffe4ac0d23962947106
x86: x86 i387 header cleanup

This moves some code into asm-x86/i387_64.h in preparation for
unifying this code between 32 and 64.  The 32-bit versions of
some things are copied in some existing names changed to match
32-bit names and share code.  For 64, save_i387 is moved into
an inline from i387_64.c; this matches restore_i387, which is
already an inline, and makes sense since there is exactly one
caller (in signal_64.c).  The save_i387 function could use more
cosmetic cleanup, but it is just moved verbatim in this patch.

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/kernel/i387_64.c
include/asm-x86/i387_64.h