Re: [PATCH 1/7] powerpc: make irq_choose_cpu() available to all PIC drivers

2011-06-22 Thread Kumar Gala
On May 19, 2011, at 8:54 AM, Timur Tabi wrote: > From: Stuart Yoder > > Move irq_choose_cpu() into arch/powerpc/kernel/irq.c so that it can be used > by other PIC drivers. The function is not MPIC-specific. > > Signed-off-by: Stuart Yoder > Signed-off-by: Timur Tabi > --- > arch/powerpc/inc

[PATCH 1/7] powerpc: make irq_choose_cpu() available to all PIC drivers

2011-05-19 Thread Timur Tabi
From: Stuart Yoder Move irq_choose_cpu() into arch/powerpc/kernel/irq.c so that it can be used by other PIC drivers. The function is not MPIC-specific. Signed-off-by: Stuart Yoder Signed-off-by: Timur Tabi --- arch/powerpc/include/asm/irq.h |2 ++ arch/powerpc/kernel/irq.c | 35 ++