diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2005-12-13 02:04:29 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-08 22:53:59 -0500 |
commit | c4b22f268914ff824a6334b62afd23f7ad79df11 (patch) | |
tree | c9add159e07b24bab5245404f5ff1a9646560624 /include/asm-powerpc | |
parent | cc5d0189b9ba95260857a5018a1c2fef90008507 (diff) |
[PATCH] powerpc: Update MPIC workarounds
Cleanup the MPIC IO-APIC workarounds, make them a bit more generic,
smaller and faster.
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/mpic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-powerpc/mpic.h b/include/asm-powerpc/mpic.h index 7083d1f74260..6ce27e1b5646 100644 --- a/include/asm-powerpc/mpic.h +++ b/include/asm-powerpc/mpic.h | |||
@@ -117,7 +117,8 @@ typedef int (*mpic_cascade_t)(struct pt_regs *regs, void *data); | |||
117 | struct mpic_irq_fixup | 117 | struct mpic_irq_fixup |
118 | { | 118 | { |
119 | u8 __iomem *base; | 119 | u8 __iomem *base; |
120 | unsigned int irq; | 120 | u32 data; |
121 | unsigned int irq; | ||
121 | }; | 122 | }; |
122 | #endif /* CONFIG_MPIC_BROKEN_U3 */ | 123 | #endif /* CONFIG_MPIC_BROKEN_U3 */ |
123 | 124 | ||