x86: FPU cleanups

From: Brian Gerst
Date: Sat Aug 28 2010 - 12:06:37 EST


[PATCH 01/11] x86: Use correct type for %cr4
[PATCH 02/11] x86: Merge fpu_init()
[PATCH 03/11] x86: Merge tolerant_fwait()
[PATCH 04/11] x86: Merge __save_init_fpu()
[PATCH 05/11] x86-64: Disable preemption when using TS_USEDFPU
[PATCH 06/11] x86-64: Fix %cs value in convert_from_fxsr()
[PATCH 07/11] x86-64: Simplify constraints for fxsave/fxtstor
[PATCH 08/11] x86-32: Remove math_emulate stub
[PATCH 09/11] x86: Merge fpu_save_init()
[PATCH 10/11] x86: Remove unnecessary ifdefs from i387 code.
[PATCH 11/11] x86: Remove PSHUFB_XMM5_* macros

arch/x86/include/asm/i387.h | 188 ++++++++++----------------------------
arch/x86/include/asm/processor.h | 4 +-
arch/x86/kernel/cpu/common.c | 7 --
arch/x86/kernel/i387.c | 49 ++++------
arch/x86/kernel/process_64.c | 2 +-
arch/x86/kernel/traps.c | 35 +------
6 files changed, 78 insertions(+), 207 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/