diff mbox series

[-next] xen/evtchn: Remove unused function declaration xen_set_affinity_evtchn()

Message ID 20230801145413.40684-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit 6aca480b76eacb5ae938131c37d06523962904c9
Headers show
Series [-next] xen/evtchn: Remove unused function declaration xen_set_affinity_evtchn() | expand

Commit Message

Yue Haibing Aug. 1, 2023, 2:54 p.m. UTC
Commit 67473b8194bc ("xen/events: Remove disfunct affinity spreading")
leave this unused declaration.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/xen/events.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Jürgen Groß Aug. 2, 2023, 1:27 p.m. UTC | #1
On 01.08.23 16:54, Yue Haibing wrote:
> 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>


Juergen
Rahul Singh Aug. 2, 2023, 1:43 p.m. UTC | #2
Hi Yue,

> On 1 Aug 2023, at 3:54 pm, Yue Haibing <yuehaibing@huawei.com> wrote:
> 
> Commit 67473b8194bc ("xen/events: Remove disfunct affinity spreading")
> leave this unused declaration.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

Reviewed-by: Rahul Singh <rahul.singh@arm.com>

Regards,
Rahul Singh

> ---
> include/xen/events.h | 1 -
> 1 file changed, 1 deletion(-)
> 
> 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)
> {
> -- 
> 2.34.1
>
Jürgen Groß Aug. 22, 2023, 5:49 a.m. UTC | #3
On 01.08.23 16:54, Yue Haibing wrote:
> Commit 67473b8194bc ("xen/events: Remove disfunct affinity spreading")
> leave this unused declaration.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

Pushed to xen/tip.git for-linus-6.6


Juergen
diff mbox series

Patch

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)
 {