]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - arch/x86/kvm/vmx.c
x86/kvm/vmx: Remove duplicate l1d flush definitions
[mirror_ubuntu-focal-kernel.git] / arch / x86 / kvm / vmx.c
index 46b428c0990e03db6aa111c6ee0960333fa0548d..4be481c72f60b1c34bd218c482ce78e4c7fa8b9f 100644 (file)
@@ -9726,9 +9726,6 @@ static int vmx_handle_exit(struct kvm_vcpu *vcpu)
  * information but as all relevant affected CPUs have 32KiB L1D cache size
  * there is no point in doing so.
  */
-#define L1D_CACHE_ORDER 4
-static void *vmx_l1d_flush_pages;
-
 static void vmx_l1d_flush(struct kvm_vcpu *vcpu)
 {
        int size = PAGE_SIZE << L1D_CACHE_ORDER;