These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / powerpc / include / asm / msi_bitmap.h
index 97ac3f4..1ec7125 100644 (file)
@@ -19,6 +19,7 @@ struct msi_bitmap {
        unsigned long           *bitmap;
        spinlock_t              lock;
        unsigned int            irq_count;
+       bool                    bitmap_from_slab;
 };
 
 int msi_bitmap_alloc_hwirqs(struct msi_bitmap *bmp, int num);