diff options
Diffstat (limited to 'arch/powerpc/platforms/maple/setup.c')
-rw-r--r-- | arch/powerpc/platforms/maple/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/maple/setup.c b/arch/powerpc/platforms/maple/setup.c index 120cd048e0cc..2a30c5b2532e 100644 --- a/arch/powerpc/platforms/maple/setup.c +++ b/arch/powerpc/platforms/maple/setup.c | |||
@@ -264,7 +264,7 @@ static void __init maple_init_IRQ(void) | |||
264 | flags |= MPIC_BIG_ENDIAN; | 264 | flags |= MPIC_BIG_ENDIAN; |
265 | 265 | ||
266 | /* XXX Maple specific bits */ | 266 | /* XXX Maple specific bits */ |
267 | flags |= MPIC_BROKEN_U3 | MPIC_WANTS_RESET; | 267 | flags |= MPIC_U3_HT_IRQS | MPIC_WANTS_RESET; |
268 | /* All U3/U4 are big-endian, older SLOF firmware doesn't encode this */ | 268 | /* All U3/U4 are big-endian, older SLOF firmware doesn't encode this */ |
269 | flags |= MPIC_BIG_ENDIAN; | 269 | flags |= MPIC_BIG_ENDIAN; |
270 | 270 | ||