amd-iommu: change dma_dom->next_bit to dma_dom->next_address
[safe/jmp/linux-2.6] / arch / x86 / include / asm / amd_iommu_types.h
index eca9129..4ff4cf1 100644 (file)
@@ -249,7 +249,7 @@ struct dma_ops_domain {
        unsigned long aperture_size;
 
        /* address we start to search for free addresses */
-       unsigned long next_bit;
+       unsigned long next_address;
 
        /* address space relevant data */
        struct aperture_range *aperture[APERTURE_MAX_RANGES];