]> git.baikalelectronics.ru Git - 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)
commitd6f7e43ebea15a40e78bd02d919c344e204780ee
tree41b4b07aeafdfdae93e6935084303fef13bc12e3
parenta22535d9decf9c747c83da89634b2b36f4cae9d0
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