From: Grygorii Strashko <grygorii_stras...@epam.com> Since commit 341f271cf86f ("xen/evtchn: fully restrict concept of pIRQ for arches with pIRQ support only"), the corresponding PPC arch pIRQ callbacks become unreachable, so drop them.
Signed-off-by: Grygorii Strashko <grygorii_stras...@epam.com> Acked-by: Andrew Cooper <andrew.coop...@citrix.com> Reviewed-by: Denis Mukhin <dmuk...@ford.com> --- xen/arch/ppc/stubs.c | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/xen/arch/ppc/stubs.c b/xen/arch/ppc/stubs.c index 671e71aa0a60..bdaf474c5cc0 100644 --- a/xen/arch/ppc/stubs.c +++ b/xen/arch/ppc/stubs.c @@ -103,26 +103,6 @@ void smp_send_call_function_mask(const cpumask_t *mask) /* irq.c */ -struct pirq *alloc_pirq_struct(struct domain *d) -{ - BUG_ON("unimplemented"); -} - -int pirq_guest_bind(struct vcpu *v, struct pirq *pirq, int will_share) -{ - BUG_ON("unimplemented"); -} - -void pirq_guest_unbind(struct domain *d, struct pirq *pirq) -{ - BUG_ON("unimplemented"); -} - -void pirq_set_affinity(struct domain *d, int pirq, const cpumask_t *mask) -{ - BUG_ON("unimplemented"); -} - void irq_ack_none(struct irq_desc *desc) { BUG_ON("unimplemented"); -- 2.34.1