Re: [PATCH] genirq: export __irq_set_affinity symbol

2016-05-14 Thread Thomas Gleixner
On Thu, 12 May 2016, Xie XiuQi wrote: > On 2016/5/12 15:43, Thomas Gleixner wrote: > > On Thu, 12 May 2016, Xie XiuQi wrote: > > > >> __irq_set_affinity is declared in include/linux/interrupt.h, but not > >> been exported. > >> > >> We export it now, so we could use __irq_set_affinity,

Re: [PATCH] genirq: export __irq_set_affinity symbol

2016-05-14 Thread Thomas Gleixner
On Thu, 12 May 2016, Xie XiuQi wrote: > On 2016/5/12 15:43, Thomas Gleixner wrote: > > On Thu, 12 May 2016, Xie XiuQi wrote: > > > >> __irq_set_affinity is declared in include/linux/interrupt.h, but not > >> been exported. > >> > >> We export it now, so we could use __irq_set_affinity,

Re: [PATCH] genirq: export __irq_set_affinity symbol

2016-05-12 Thread Xie XiuQi
On 2016/5/12 15:43, Thomas Gleixner wrote: > On Thu, 12 May 2016, Xie XiuQi wrote: > >> __irq_set_affinity is declared in include/linux/interrupt.h, but not >> been exported. >> >> We export it now, so we could use __irq_set_affinity, irq_set_affinity >> and irq_force_affinity in kernel modules.

Re: [PATCH] genirq: export __irq_set_affinity symbol

2016-05-12 Thread Xie XiuQi
On 2016/5/12 15:43, Thomas Gleixner wrote: > On Thu, 12 May 2016, Xie XiuQi wrote: > >> __irq_set_affinity is declared in include/linux/interrupt.h, but not >> been exported. >> >> We export it now, so we could use __irq_set_affinity, irq_set_affinity >> and irq_force_affinity in kernel modules.

Re: [PATCH] genirq: export __irq_set_affinity symbol

2016-05-12 Thread Thomas Gleixner
On Thu, 12 May 2016, Xie XiuQi wrote: > __irq_set_affinity is declared in include/linux/interrupt.h, but not > been exported. > > We export it now, so we could use __irq_set_affinity, irq_set_affinity > and irq_force_affinity in kernel modules. Please show the code using the exports first. We

Re: [PATCH] genirq: export __irq_set_affinity symbol

2016-05-12 Thread Thomas Gleixner
On Thu, 12 May 2016, Xie XiuQi wrote: > __irq_set_affinity is declared in include/linux/interrupt.h, but not > been exported. > > We export it now, so we could use __irq_set_affinity, irq_set_affinity > and irq_force_affinity in kernel modules. Please show the code using the exports first. We

Re: [PATCH] genirq: export __irq_set_affinity symbol

2016-05-12 Thread Christoph Hellwig
On Thu, May 12, 2016 at 01:51:27PM +0800, Xie XiuQi wrote: > __irq_set_affinity is declared in include/linux/interrupt.h, but not > been exported. > > We export it now, so we could use __irq_set_affinity, irq_set_affinity > and irq_force_affinity in kernel modules. Err, no. Please explain your

Re: [PATCH] genirq: export __irq_set_affinity symbol

2016-05-12 Thread Christoph Hellwig
On Thu, May 12, 2016 at 01:51:27PM +0800, Xie XiuQi wrote: > __irq_set_affinity is declared in include/linux/interrupt.h, but not > been exported. > > We export it now, so we could use __irq_set_affinity, irq_set_affinity > and irq_force_affinity in kernel modules. Err, no. Please explain your

[PATCH] genirq: export __irq_set_affinity symbol

2016-05-11 Thread Xie XiuQi
__irq_set_affinity is declared in include/linux/interrupt.h, but not been exported. We export it now, so we could use __irq_set_affinity, irq_set_affinity and irq_force_affinity in kernel modules. Cc: Li Bin Cc: Yijing Wang Signed-off-by: Xie

[PATCH] genirq: export __irq_set_affinity symbol

2016-05-11 Thread Xie XiuQi
__irq_set_affinity is declared in include/linux/interrupt.h, but not been exported. We export it now, so we could use __irq_set_affinity, irq_set_affinity and irq_force_affinity in kernel modules. Cc: Li Bin Cc: Yijing Wang Signed-off-by: Xie XiuQi --- kernel/irq/manage.c | 1 + 1 file