projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28f57e7
)
[SPARC64]: Use DECLARE_BITMAP in struct pci_iommu.
author
David S. Miller
<davem@sunset.davemloft.net>
Thu, 15 Mar 2007 01:33:49 +0000
(18:33 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 26 Apr 2007 08:55:21 +0000
(
01:55
-0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc64/pbm.h
patch
|
blob
|
history
diff --git
a/include/asm-sparc64/pbm.h
b/include/asm-sparc64/pbm.h
index 3a811c2cd3c29d990e365608ff56b244f4444707..9afcc06a575d650004ee47278f8b6152fa3ed060 100644
(file)
--- a/
include/asm-sparc64/pbm.h
+++ b/
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