Skip to content

Commit dfd3c71

Browse files
jsmattsonjrbonzini
authored andcommitted
kvm: x86: Remove stale declaration of kvm_no_apic_vcpu
This variable was renamed to kvm_has_noapic_vcpu in commit 6e4e3b4 ("KVM: Stop using deprecated jump label APIs"). Signed-off-by: Jim Mattson <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent ec5a491 commit dfd3c71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/x86/kvm/x86.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,6 @@ extern bool enable_vmware_backdoor;
343343

344344
extern int pi_inject_timer;
345345

346-
extern struct static_key kvm_no_apic_vcpu;
347-
348346
extern bool report_ignored_msrs;
349347

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

0 commit comments

Comments
 (0)