diff options
Diffstat (limited to 'include/asm-powerpc/mpic.h')
-rw-r--r-- | include/asm-powerpc/mpic.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-powerpc/mpic.h b/include/asm-powerpc/mpic.h index 22c85c4f5b29..2ffb06abe881 100644 --- a/include/asm-powerpc/mpic.h +++ b/include/asm-powerpc/mpic.h | |||
@@ -301,6 +301,11 @@ struct mpic | |||
301 | u32 *hw_set; | 301 | u32 *hw_set; |
302 | #endif | 302 | #endif |
303 | 303 | ||
304 | #ifdef CONFIG_PCI_MSI | ||
305 | spinlock_t bitmap_lock; | ||
306 | unsigned long *hwirq_bitmap; | ||
307 | #endif | ||
308 | |||
304 | /* link */ | 309 | /* link */ |
305 | struct mpic *next; | 310 | struct mpic *next; |
306 | 311 | ||