KVM: x86: Remove prefix flag when GP macro is used
authorNadav Amit <namit@cs.technion.ac.il>
Sun, 7 Dec 2014 09:49:42 +0000 (11:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Dec 2014 11:51:13 +0000 (12:51 +0100)
The macro GP already sets the flag Prefix. Remove the redundant flag for
0f_38_f0 and 0f_38_f1 opcodes.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c

Simple merge