[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen/riscv: irq: drop unreachable pirq callbacks
commit 68797a710f4e91cc09fe5650ee14478316010f88 Author: Grygorii Strashko <grygorii_strashko@xxxxxxxx> AuthorDate: Tue Aug 5 18:40:21 2025 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Tue Aug 5 22:09:35 2025 +0100 xen/riscv: irq: drop unreachable pirq callbacks Since commit 341f271cf86f ("xen/evtchn: fully restrict concept of pIRQ for arches with pIRQ support only"), the corresponding RISCV arch pIRQ callbacks become unreachable, so drop them. Signed-off-by: Grygorii Strashko <grygorii_strashko@xxxxxxxx> Reviewed-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Denis Mukhin <dmukhin@xxxxxxxx> LGTM: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> --- xen/arch/riscv/stubs.c | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/xen/arch/riscv/stubs.c b/xen/arch/riscv/stubs.c index 8918cebf35..1a8c86cd8d 100644 --- a/xen/arch/riscv/stubs.c +++ b/xen/arch/riscv/stubs.c @@ -82,26 +82,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"); -- generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |