Преглед на файлове

[SPARC64]: Use DECLARE_BITMAP in struct pci_iommu.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller преди 18 години
родител
ревизия
43bed12737
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      include/asm-sparc64/pbm.h

+ 1 - 1
include/asm-sparc64/pbm.h

@@ -78,7 +78,7 @@ struct pci_iommu {
 
 	/* CTX allocation. */
 	unsigned long ctx_lowest_free;
-	unsigned long ctx_bitmap[IOMMU_NUM_CTXS / (sizeof(unsigned long) * 8)];
+	DECLARE_BITMAP(ctx_bitmap, IOMMU_NUM_CTXS);
 
 	/* Here a PCI controller driver describes the areas of
 	 * PCI memory space where DMA to/from physical memory