diff options
| -rw-r--r-- | arch/x86/kvm/vmx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 46b428c0990e..4be481c72f60 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
| @@ -9726,9 +9726,6 @@ static int vmx_handle_exit(struct kvm_vcpu *vcpu) | |||
| 9726 | * information but as all relevant affected CPUs have 32KiB L1D cache size | 9726 | * information but as all relevant affected CPUs have 32KiB L1D cache size |
| 9727 | * there is no point in doing so. | 9727 | * there is no point in doing so. |
| 9728 | */ | 9728 | */ |
| 9729 | #define L1D_CACHE_ORDER 4 | ||
| 9730 | static void *vmx_l1d_flush_pages; | ||
| 9731 | |||
| 9732 | static void vmx_l1d_flush(struct kvm_vcpu *vcpu) | 9729 | static void vmx_l1d_flush(struct kvm_vcpu *vcpu) |
| 9733 | { | 9730 | { |
| 9734 | int size = PAGE_SIZE << L1D_CACHE_ORDER; | 9731 | int size = PAGE_SIZE << L1D_CACHE_ORDER; |
