summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorJunaid Shahid2018-06-27 23:59:21 +0200
committerPaolo Bonzini2018-08-06 17:59:02 +0200
commit208320ba103e01fd2f3a7b81e97c9c5bc85f0612 (patch)
treea74a3f8d3c97194672add59873421476b66dd3f0 /arch/x86/include
parentkvm: x86: Add multi-entry LRU cache for previous CR3s (diff)
downloadkernel-qcow2-linux-208320ba103e01fd2f3a7b81e97c9c5bc85f0612.tar.gz
kernel-qcow2-linux-208320ba103e01fd2f3a7b81e97c9c5bc85f0612.tar.xz
kernel-qcow2-linux-208320ba103e01fd2f3a7b81e97c9c5bc85f0612.zip
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>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/kvm_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 4f1983640bda..75ab578c3f6a 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -83,7 +83,6 @@
| X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
| X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
-#define CR3_PCID_INVD BIT_64(63)
#define CR4_RESERVED_BITS \
(~(unsigned long)(X86_CR4_VME | X86_CR4_PVI | X86_CR4_TSD | X86_CR4_DE\
| X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \