]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit6ec36b5848a8336d3a0010727b9365c3254d2d2e
tree7876f705354d8b6e73a6079b5bd6561f0b8e2cbd
parent47fe819e7555b31d24f8a11d9b2568d8f5de8b01
powerpc: make irq_choose_cpu() available to all PIC drivers

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>
arch/powerpc/include/asm/irq.h
arch/powerpc/kernel/irq.c
arch/powerpc/sysdev/mpic.c