aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSean Christopherson <[email protected]>2021-12-08 01:52:15 +0000
committerPaolo Bonzini <[email protected]>2022-01-19 12:14:37 -0500
commite6eec09b7bc7869a49ac0ff376415bad40030ade (patch)
tree238531be665688f0897ddd91be2feb025cc9256b /include
parentd76fb40637fc0e84b27bf431cd72cf8fe3f813ef (diff)
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 <[email protected]> Reviewed-by: Maxim Levitsky <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/linux/kvm_host.h1
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;