x86: x86 i387 user_regset
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:31:50 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:50 +0000 (13:31 +0100)
commit4421011120b2304e5c248ae4165a2704588aedf1
treeb715f9bd5fbe3493a2c6a14d0c30832c42832e62
parentb7b71725fb9584454bfe5f231223bd63421798fb
x86: x86 i387 user_regset

This revamps the i387 code to be shared across 32-bit, 64-bit,
and 32-on-64.  It does so by consolidating the code in one place
based on the user_regset accessor interfaces.  This switches
32-bit to using the i387_64.h header and 64-bit to using the
i387.c that was previously i387_32.c, but that's what took the
least cleanup in each file.  Here i387.h is stubbed to always
include i387_64.h rather than renaming the file, to keep this
diff smaller and easier to read.

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/Makefile
arch/x86/ia32/ia32_signal.c
arch/x86/kernel/Makefile_64
arch/x86/kernel/i387.c
arch/x86/kernel/ptrace.c
include/asm-x86/fpu32.h [deleted file]
include/asm-x86/i387.h
include/asm-x86/i387_64.h