[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] xen/x86: Remove is_periodic_irq() prototype
commit 9843d1c44af1640a165fec82209b7bcfe54f27fc Author: Jason Andryuk <jason.andryuk@xxxxxxx> AuthorDate: Tue May 27 18:37:53 2025 -0400 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Wed May 28 12:29:33 2025 +0100 xen/x86: Remove is_periodic_irq() prototype is_periodic_irq() was removed in the Fixes commit, but the prototype remained. Drop it now. Fixes: ddc35d1cc994 ("[HVM] Enable more than one platform timer...") Signed-off-by: Jason Andryuk <jason.andryuk@xxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- xen/arch/x86/include/asm/hvm/vpic.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/arch/x86/include/asm/hvm/vpic.h b/xen/arch/x86/include/asm/hvm/vpic.h index d71b270193..78ed33e9aa 100644 --- a/xen/arch/x86/include/asm/hvm/vpic.h +++ b/xen/arch/x86/include/asm/hvm/vpic.h @@ -35,6 +35,5 @@ void vpic_irq_negative_edge(struct domain *d, int irq); void vpic_init(struct domain *d); void vpic_reset(struct domain *d); int vpic_ack_pending_irq(struct vcpu *v); -int is_periodic_irq(struct vcpu *v, int irq, int type); #endif /* __ASM_X86_HVM_VPIC_H__ */ -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |