From: Borislav Petkov Date: Sun, 18 Jan 2015 11:35:55 +0000 (+0100) Subject: x86/entry_32: Convert X86_INVD_BUG to ALTERNATIVE macro X-Git-Tag: omap-for-v4.1/fixes-rc1~195^2~120^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e65f6e03a90927b8de16c15da976baa6c3fff69;p=pandora-kernel.git x86/entry_32: Convert X86_INVD_BUG to ALTERNATIVE macro Booting a 486 kernel on an AMD guest with this patch applied, says: apply_alternatives: feat: 0*32+25, old: (c160a475, len: 5), repl: (c19557d4, len: 5) c160a475: alt_insn: 68 10 35 00 c1 c19557d4: rpl_insn: 68 80 39 00 c1 which is: old insn VA: 0xc160a475, CPU feat: X86_FEATURE_XMM, size: 5 simd_coprocessor_error: c160a475: 68 10 35 00 c1 push $0xc1003510 repl insn: 0xc19557d4, size: 5 c160a475: 68 80 39 00 c1 push $0xc1003980 Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed