From: Borislav Petkov <b...@suse.de> Hi,
so this is the final result. Patches boot on every qemu cpu model and on two baremetal configs here. The three patches after yours are some small fixlets for issues I spotted while testing. Thanks. Borislav Petkov (3): x86: Fold-in trivial check_config function x86, AMD: Correct {rd,wr}msr_amd_safe warnings x86, CPU, AMD: Drop useless label H. Peter Anvin (1): x86: Get rid of ->hard_math and all the FPU asm fu arch/x86/include/asm/fpu-internal.h | 2 -- arch/x86/include/asm/processor.h | 3 +- arch/x86/kernel/asm-offsets_32.c | 1 - arch/x86/kernel/cpu/amd.c | 17 +++++------ arch/x86/kernel/cpu/bugs.c | 48 ++++++++---------------------- arch/x86/kernel/cpu/common.c | 3 +- arch/x86/kernel/cpu/cyrix.c | 2 +- arch/x86/kernel/cpu/proc.c | 4 +-- arch/x86/kernel/head_32.S | 21 ------------- arch/x86/kernel/i387.c | 59 ++++++++++++++++++++++++++++++------- arch/x86/kernel/xsave.c | 5 ++-- arch/x86/lguest/boot.c | 2 +- arch/x86/xen/enlighten.c | 2 +- 13 files changed, 78 insertions(+), 91 deletions(-) -- 1.8.2.135.g7b592fa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/