From: Grygorii Strashko <[email protected]>
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")
Changes in v2:
- reworded commit messages as requested
- added reviewer's tags
Grygorii Strashko (3):
xen/arm: irq: drop unreachable pirq callbacks
xen/ppc: irq: drop unreachable pirq callbacks
xen/riscv: irq: drop unreachable pirq callbacks
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