aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/mpic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/mpic.h')
-rw-r--r--include/asm-powerpc/mpic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-powerpc/mpic.h b/include/asm-powerpc/mpic.h
index 6ce27e1b5646..bf7e71793205 100644
--- a/include/asm-powerpc/mpic.h
+++ b/include/asm-powerpc/mpic.h
@@ -117,8 +117,9 @@ typedef int (*mpic_cascade_t)(struct pt_regs *regs, void *data);
117struct mpic_irq_fixup 117struct mpic_irq_fixup
118{ 118{
119 u8 __iomem *base; 119 u8 __iomem *base;
120 u8 __iomem *applebase;
120 u32 data; 121 u32 data;
121 unsigned int irq; 122 unsigned int index;
122}; 123};
123#endif /* CONFIG_MPIC_BROKEN_U3 */ 124#endif /* CONFIG_MPIC_BROKEN_U3 */
124 125