diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2007-04-23 04:47:08 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-24 08:06:58 -0400 |
commit | 6cfef5b27e49e826125f12637ee0d7210a896044 (patch) | |
tree | c120c3cdd8693ed7b5042d84d82878cdf0128b46 /arch/powerpc/platforms/maple/setup.c | |
parent | e3f64788d32f97b31709a45911dabaa37f933359 (diff) |
[POWERPC] Rename MPIC_BROKEN_U3 to MPIC_U3_HT_IRQS
Rename MPIC_BROKEN_U3 to something a little more descriptive. Its
effect is to enable support for HT irqs behind the PCI-X/HT bridge on
U3/U4 (aka. CPC9x5) parts.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
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 120cd048e0c..2a30c5b2532 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 | ||