arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
[firefly-linux-kernel-4.4.55.git] / include / kvm / arm_arch_timer.h
index e1e4d7c38dda5b1d014c607002838bc6275f9135..ef14cc1f1f26d2a6f40ce13d0239dcbae2849491 100644 (file)
@@ -71,5 +71,7 @@ u64 kvm_arm_timer_get_reg(struct kvm_vcpu *, u64 regid);
 int kvm_arm_timer_set_reg(struct kvm_vcpu *, u64 regid, u64 value);
 
 bool kvm_timer_should_fire(struct kvm_vcpu *vcpu);
+void kvm_timer_schedule(struct kvm_vcpu *vcpu);
+void kvm_timer_unschedule(struct kvm_vcpu *vcpu);
 
 #endif