On Fri, Aug 01, 2025 at 10:08:54AM +0000, Grygorii Strashko wrote: > From: Grygorii Strashko <grygorii_stras...@epam.com> > > Hence prerequisite patch was merged [1] arch specific pIRQ callback can now > be dropped for arches without pIRQ support as those callback become > unreachable. > > [1] commit 341f271cf86f ("xen/evtchn: fully restrict concept of pIRQ for > arches with pIRQ support only") > > Grygorii Strashko (3): > xen/arm: irq: drop unreachable pirq callbacks > xen/ppc: irq: drop unreachable pirq callbacks > xen/riscv: irq: drop unreachable pirq callbacks
Please consider Reviewed-by: Denis Mukhin <dmuk...@ford.com> for the series with or without further corrections for commit messages (there was a separate request). > > xen/arch/arm/irq.c | 29 ----------------------------- > xen/arch/ppc/stubs.c | 20 -------------------- > xen/arch/riscv/stubs.c | 20 -------------------- > 3 files changed, 69 deletions(-) > > -- > 2.34.1 >