aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/cell/setup.c')
-rw-r--r--arch/powerpc/platforms/cell/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/setup.c b/arch/powerpc/platforms/cell/setup.c
index 0fc9b7256126..cd00ca856038 100644
--- a/arch/powerpc/platforms/cell/setup.c
+++ b/arch/powerpc/platforms/cell/setup.c
@@ -211,7 +211,7 @@ static void __init mpic_init_IRQ(void)
211 /* The MPIC driver will get everything it needs from the 211 /* The MPIC driver will get everything it needs from the
212 * device-tree, just pass 0 to all arguments 212 * device-tree, just pass 0 to all arguments
213 */ 213 */
214 mpic = mpic_alloc(dn, 0, 0, 0, 0, " MPIC "); 214 mpic = mpic_alloc(dn, 0, MPIC_SECONDARY, 0, 0, " MPIC ");
215 if (mpic == NULL) 215 if (mpic == NULL)
216 continue; 216 continue;
217 mpic_init(mpic); 217 mpic_init(mpic);