summaryrefslogtreecommitdiff
path: root/include/xen
diff options
context:
space:
mode:
authorYue Haibing <yuehaibing@huawei.com>2023-08-01 22:54:13 +0800
committerJuergen Gross <jgross@suse.com>2023-08-21 09:49:18 +0200
commit6aca480b76eacb5ae938131c37d06523962904c9 (patch)
tree59f4626ae588617509323da48f3dc2f2471456f6 /include/xen
parent706a741595047797872e669b3101429ab8d378ef (diff)
xen/evtchn: Remove unused function declaration xen_set_affinity_evtchn()
Commit 67473b8194bc ("xen/events: Remove disfunct affinity spreading") leave this unused declaration. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Juergen Gross <jgross@suse.com> Reviewed-by: Rahul Singh <rahul.singh@arm.com> Link: https://lore.kernel.org/r/20230801145413.40684-1-yuehaibing@huawei.com Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'include/xen')
-rw-r--r--include/xen/events.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xen/events.h b/include/xen/events.h
index 95970a2f7695..95d5e28de324 100644
--- a/include/xen/events.h
+++ b/include/xen/events.h
@@ -75,7 +75,6 @@ void evtchn_put(evtchn_port_t evtchn);
void xen_send_IPI_one(unsigned int cpu, enum ipi_vector vector);
void rebind_evtchn_irq(evtchn_port_t evtchn, int irq);
-int xen_set_affinity_evtchn(struct irq_desc *desc, unsigned int tcpu);
static inline void notify_remote_via_evtchn(evtchn_port_t port)
{