]> xenbits.xensource.com Git - people/vhanquez/xen-unstable.git/commitdiff
vtd: Remove unused 'align' local variable from iommu_flush_iotlb_psi().
authorKeir Fraser <keir@xen.org>
Mon, 10 Jan 2011 10:32:04 +0000 (10:32 +0000)
committerKeir Fraser <keir@xen.org>
Mon, 10 Jan 2011 10:32:04 +0000 (10:32 +0000)
Signed-off-by: Keir Fraser <keir@xen.org>
xen/drivers/passthrough/vtd/iommu.c

index 4b3c0e4e41d3c6bac1351338e7fb8006111845e7..ffea5b8ccf3915cc5f1a595f74761e60f44c7da5 100644 (file)
@@ -522,7 +522,6 @@ static int inline iommu_flush_iotlb_psi(
     struct iommu *iommu, u16 did, u64 addr, unsigned int order,
     int flush_non_present_entry, int flush_dev_iotlb)
 {
-    unsigned int align;
     struct iommu_flush *flush = iommu_get_flush(iommu);
     int status;