|
@@ -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
|
|
* information but as all relevant affected CPUs have 32KiB L1D cache size
|
|
* there is no point in doing so.
|
|
* 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)
|
|
static void vmx_l1d_flush(struct kvm_vcpu *vcpu)
|
|
{
|
|
{
|
|
int size = PAGE_SIZE << L1D_CACHE_ORDER;
|
|
int size = PAGE_SIZE << L1D_CACHE_ORDER;
|