diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-08-01 16:54:13 +0200 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2023-08-21 09:49:18 +0200 |
commit | 6aca480b76eacb5ae938131c37d06523962904c9 (patch) | |
tree | 59f4626ae588617509323da48f3dc2f2471456f6 /include/xen | |
parent | Linux 6.5-rc7 (diff) | |
download | linux-6aca480b76eacb5ae938131c37d06523962904c9.tar.xz linux-6aca480b76eacb5ae938131c37d06523962904c9.zip |
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.h | 1 |
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) { |