|
@@ -1092,7 +1092,7 @@ void kvm_apic_post_state_restore(struct kvm_vcpu *vcpu)
|
|
start_apic_timer(apic);
|
|
start_apic_timer(apic);
|
|
}
|
|
}
|
|
|
|
|
|
-void kvm_migrate_apic_timer(struct kvm_vcpu *vcpu)
|
|
|
|
|
|
+void __kvm_migrate_apic_timer(struct kvm_vcpu *vcpu)
|
|
{
|
|
{
|
|
struct kvm_lapic *apic = vcpu->arch.apic;
|
|
struct kvm_lapic *apic = vcpu->arch.apic;
|
|
struct hrtimer *timer;
|
|
struct hrtimer *timer;
|
|
@@ -1104,7 +1104,6 @@ void kvm_migrate_apic_timer(struct kvm_vcpu *vcpu)
|
|
if (hrtimer_cancel(timer))
|
|
if (hrtimer_cancel(timer))
|
|
hrtimer_start(timer, timer->expires, HRTIMER_MODE_ABS);
|
|
hrtimer_start(timer, timer->expires, HRTIMER_MODE_ABS);
|
|
}
|
|
}
|
|
-EXPORT_SYMBOL_GPL(kvm_migrate_apic_timer);
|
|
|
|
|
|
|
|
void kvm_lapic_sync_from_vapic(struct kvm_vcpu *vcpu)
|
|
void kvm_lapic_sync_from_vapic(struct kvm_vcpu *vcpu)
|
|
{
|
|
{
|