Remove the now-defunct (and never used in KVM-Unit-Tests) "enabled" field from kvm_vcpu_pv_apf_data. The field was removed from KVM by commit ccb2280ec2f9 ("x86/kvm: Use separate percpu variable to track the enabling of asyncpf"). Suggested-by: Xiaoyao Li <xiaoyao.li@xxxxxxxxx> Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx> --- x86/asyncpf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/x86/asyncpf.c b/x86/asyncpf.c index 6474fede..0e6eb6ff 100644 --- a/x86/asyncpf.c +++ b/x86/asyncpf.c @@ -50,7 +50,6 @@ struct kvm_vcpu_pv_apf_data { uint32_t token; uint8_t pad[56]; - uint32_t enabled; } apf_reason __attribute__((aligned(64))); char *buf; base-commit: f77fb696cfd0e4a5562cdca189be557946bf522f -- 2.48.1.601.g30ceb7b040-goog