diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/mpic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-powerpc/mpic.h b/include/asm-powerpc/mpic.h index 0eb3ab9ec2bb..edb4a7c84506 100644 --- a/include/asm-powerpc/mpic.h +++ b/include/asm-powerpc/mpic.h | |||
@@ -306,6 +306,10 @@ struct mpic | |||
306 | unsigned long *hwirq_bitmap; | 306 | unsigned long *hwirq_bitmap; |
307 | #endif | 307 | #endif |
308 | 308 | ||
309 | #ifdef CONFIG_MPIC_BROKEN_REGREAD | ||
310 | u32 isu_reg0_shadow[MPIC_MAX_IRQ_SOURCES]; | ||
311 | #endif | ||
312 | |||
309 | /* link */ | 313 | /* link */ |
310 | struct mpic *next; | 314 | struct mpic *next; |
311 | 315 | ||