powerpc: make irq_choose_cpu() available to all PIC drivers
authorStuart Yoder <stuart.yoder@freescale.com>
Thu, 19 May 2011 13:54:26 +0000 (08:54 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 23 Jun 2011 02:44:59 +0000 (21:44 -0500)
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 <stuart.yoder@freescale.com>
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found