]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
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)
commit53bb4f789a7be4448d624741df93b2401ecd3625
tree41b4b07aeafdfdae93e6935084303fef13bc12e3
parent29fa6825463c97e5157284db80107d1bfac5d77b
KVM: x86: Remove prefix flag when GP macro is used

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