Skip to content

Commit

Permalink
kvm: x86: Remove stale declaration of kvm_no_apic_vcpu
Browse files Browse the repository at this point in the history
This variable was renamed to kvm_has_noapic_vcpu in commit
6e4e3b4 ("KVM: Stop using deprecated jump label APIs").

Signed-off-by: Jim Mattson <jmattson@google.com>
Message-Id: <20211021185449.3471763-1-jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
Jim Mattson authored and Paolo Bonzini committed Oct 22, 2021
1 parent ec5a491 commit dfd3c71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/kvm/x86.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,6 @@ extern bool enable_vmware_backdoor;

extern int pi_inject_timer;

extern struct static_key kvm_no_apic_vcpu;

extern bool report_ignored_msrs;

static inline u64 nsec_to_cycles(struct kvm_vcpu *vcpu, u64 nsec)
Expand Down

0 comments on commit dfd3c71

Please sign in to comment.