kvm: x86: Remove CR3_PCID_INVD flag
authorJunaid Shahid <junaids@google.com>
Wed, 27 Jun 2018 21:59:21 +0000 (14:59 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 Aug 2018 15:59:02 +0000 (17:59 +0200)
commit208320ba103e01fd2f3a7b81e97c9c5bc85f0612
treea74a3f8d3c97194672add59873421476b66dd3f0
parentb94742c958f0b97d304d4aecb4603a20ee9a2df3
kvm: x86: Remove CR3_PCID_INVD flag

It is a duplicate of X86_CR3_PCID_NOFLUSH. So just use that instead.

Signed-off-by: Junaid Shahid <junaids@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/emulate.c
arch/x86/kvm/x86.c