Commit 43bed127 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Use DECLARE_BITMAP in struct pci_iommu.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 28f57e77
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment