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

Yue Haibing posted 1 patch 9 months ago
Failed in applying to current master (apply log)
include/xen/events.h | 1 -
1 file changed, 1 deletion(-)
[PATCH -next] xen/evtchn: Remove unused function declaration xen_set_affinity_evtchn()
Posted by Yue Haibing 9 months ago
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(-)

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
Re: [PATCH -next] xen/evtchn: Remove unused function declaration xen_set_affinity_evtchn()
Posted by Juergen Gross 8 months, 1 week ago
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

Re: [PATCH -next] xen/evtchn: Remove unused function declaration xen_set_affinity_evtchn()
Posted by Rahul Singh 9 months ago
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
> 
Re: [PATCH -next] xen/evtchn: Remove unused function declaration xen_set_affinity_evtchn()
Posted by Juergen Gross 9 months ago
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