diff options
Diffstat (limited to 'include/kvm/arm_arch_timer.h')
-rw-r--r-- | include/kvm/arm_arch_timer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/kvm/arm_arch_timer.h b/include/kvm/arm_arch_timer.h index 1800227af9d6..b651aed9dc6b 100644 --- a/include/kvm/arm_arch_timer.h +++ b/include/kvm/arm_arch_timer.h | |||
@@ -55,6 +55,9 @@ struct arch_timer_cpu { | |||
55 | 55 | ||
56 | /* VGIC mapping */ | 56 | /* VGIC mapping */ |
57 | struct irq_phys_map *map; | 57 | struct irq_phys_map *map; |
58 | |||
59 | /* Active IRQ state caching */ | ||
60 | bool active_cleared_last; | ||
58 | }; | 61 | }; |
59 | 62 | ||
60 | int kvm_timer_hyp_init(void); | 63 | int kvm_timer_hyp_init(void); |
@@ -74,4 +77,6 @@ bool kvm_timer_should_fire(struct kvm_vcpu *vcpu); | |||
74 | void kvm_timer_schedule(struct kvm_vcpu *vcpu); | 77 | void kvm_timer_schedule(struct kvm_vcpu *vcpu); |
75 | void kvm_timer_unschedule(struct kvm_vcpu *vcpu); | 78 | void kvm_timer_unschedule(struct kvm_vcpu *vcpu); |
76 | 79 | ||
80 | void kvm_timer_vcpu_put(struct kvm_vcpu *vcpu); | ||
81 | |||
77 | #endif | 82 | #endif |