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 0bcbfe7b2c55..3b7545a51aa9 100644 --- a/arch/powerpc/platforms/maple/setup.c +++ b/arch/powerpc/platforms/maple/setup.c | |||
@@ -262,7 +262,7 @@ static void __init maple_init_IRQ(void) | |||
262 | flags |= MPIC_BIG_ENDIAN; | 262 | flags |= MPIC_BIG_ENDIAN; |
263 | 263 | ||
264 | /* XXX Maple specific bits */ | 264 | /* XXX Maple specific bits */ |
265 | flags |= MPIC_U3_HT_IRQS | MPIC_WANTS_RESET; | 265 | flags |= MPIC_U3_HT_IRQS; |
266 | /* All U3/U4 are big-endian, older SLOF firmware doesn't encode this */ | 266 | /* All U3/U4 are big-endian, older SLOF firmware doesn't encode this */ |
267 | flags |= MPIC_BIG_ENDIAN; | 267 | flags |= MPIC_BIG_ENDIAN; |
268 | 268 | ||