diff options
author | Sean Christopherson <seanjc@google.com> | 2021-12-08 01:52:15 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-01-19 12:14:37 -0500 |
commit | e6eec09b7bc7869a49ac0ff376415bad40030ade (patch) | |
tree | 238531be665688f0897ddd91be2feb025cc9256b /include/linux/kvm_host.h | |
parent | d76fb40637fc0e84b27bf431cd72cf8fe3f813ef (diff) | |
download | linux-e6eec09b7bc7869a49ac0ff376415bad40030ade.tar.gz linux-e6eec09b7bc7869a49ac0ff376415bad40030ade.tar.bz2 linux-e6eec09b7bc7869a49ac0ff376415bad40030ade.zip |
KVM: Drop unused kvm_vcpu.pre_pcpu field
Remove kvm_vcpu.pre_pcpu as it no longer has any users. No functional
change intended.
Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20211208015236.1616697-6-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 3c47b146851a..5c3c67b6318f 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -309,7 +309,6 @@ struct kvm_vcpu { u64 requests; unsigned long guest_debug; - int pre_pcpu; struct list_head blocked_vcpu_list; struct mutex mutex; |