wok-4.x view linux/stuff/linux-2.6-kvm-emulate.patch @ rev 12471

Mass Rebuild of base packages
author Stanislas Leduc <shann@slitaz.org>
date Thu Nov 10 11:11:46 2022 +0000 (18 months ago)
parents
children
line source
1 Reported-by: Melanie Blower <melanie.blower@intel.com>
2 Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
3 Link: http://lkml.kernel.org/r/B3584E72CFEBED439A3ECA9BCE67A4EF1B17AF90@FMSMSX107.amr.corp.intel.com
4 ---
5 arch/x86/kvm/emulate.c | 3 +--
6 1 file changed, 1 insertion(+), 2 deletions(-)
8 diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c
9 index 39171cb..bba39bf 100644
10 --- a/arch/x86/kvm/emulate.c
11 +++ b/arch/x86/kvm/emulate.c
12 @@ -348,8 +348,7 @@
13 _ASM_EXTABLE(1b, 3b) \
14 : "=m" (_eflags), "=&r" (_tmp), \
15 "+a" (_rax), "+d" (_rdx), "+qm"(_ex) \
16 - : "i" (EFLAGS_MASK), "m" ((_src).val), \
17 - "a" (_rax), "d" (_rdx)); \
18 + : "i" (EFLAGS_MASK), "m" ((_src).val)); \
19 } while (0)
21 /* instruction has only one source operand, destination is implicit (e.g. mul, div, imul, idiv) */