X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fkvm%2Farm_arch_timer.h;h=f1c967a4f603ae7982d43f5887331d2a38a97570;hb=85e69ad7f2cc6dd829987a70cf32785b1d8c8b27;hp=295584f31a4ef3b04a6e6bf0d68467ada190382c;hpb=7ec27233e62b5efe795563896577de5340dc7473;p=mirror_ubuntu-hirsute-kernel.git diff --git a/include/kvm/arm_arch_timer.h b/include/kvm/arm_arch_timer.h index 295584f31a4e..f1c967a4f603 100644 --- a/include/kvm/arm_arch_timer.h +++ b/include/kvm/arm_arch_timer.h @@ -57,9 +57,7 @@ struct arch_timer_cpu { int kvm_timer_hyp_init(void); int kvm_timer_enable(struct kvm_vcpu *vcpu); -int kvm_timer_vcpu_reset(struct kvm_vcpu *vcpu, - const struct kvm_irq_level *virt_irq, - const struct kvm_irq_level *phys_irq); +int kvm_timer_vcpu_reset(struct kvm_vcpu *vcpu); void kvm_timer_vcpu_init(struct kvm_vcpu *vcpu); void kvm_timer_flush_hwstate(struct kvm_vcpu *vcpu); void kvm_timer_sync_hwstate(struct kvm_vcpu *vcpu);