diff options
Diffstat (limited to 'arch/powerpc/platforms/cell/setup.c')
-rw-r--r-- | arch/powerpc/platforms/cell/setup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/setup.c b/arch/powerpc/platforms/cell/setup.c index 62002a7edfed..fa3e294fd343 100644 --- a/arch/powerpc/platforms/cell/setup.c +++ b/arch/powerpc/platforms/cell/setup.c | |||
@@ -197,7 +197,8 @@ static void __init mpic_init_IRQ(void) | |||
197 | /* The MPIC driver will get everything it needs from the | 197 | /* The MPIC driver will get everything it needs from the |
198 | * device-tree, just pass 0 to all arguments | 198 | * device-tree, just pass 0 to all arguments |
199 | */ | 199 | */ |
200 | mpic = mpic_alloc(dn, 0, MPIC_SECONDARY, 0, 0, " MPIC "); | 200 | mpic = mpic_alloc(dn, 0, MPIC_SECONDARY | MPIC_NO_RESET, |
201 | 0, 0, " MPIC "); | ||
201 | if (mpic == NULL) | 202 | if (mpic == NULL) |
202 | continue; | 203 | continue; |
203 | mpic_init(mpic); | 204 | mpic_init(mpic); |