Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c819914e authored by FUJITA Tomonori's avatar FUJITA Tomonori Committed by David S. Miller
Browse files

sparc64: remove unused calc_npages() in iommu_common.h

parent f0880257
Loading
Loading
Loading
Loading
+0 −13
Original line number Original line Diff line number Diff line
@@ -46,19 +46,6 @@ static inline unsigned long iommu_num_pages(unsigned long vaddr,
	return npages;
	return npages;
}
}


static inline unsigned long calc_npages(struct scatterlist *sglist, int nelems)
{
	unsigned long i, npages = 0;
	struct scatterlist *sg;

	for_each_sg(sglist, sg, nelems, i) {
		unsigned long paddr = SG_ENT_PHYS_ADDRESS(sg);
		npages += iommu_num_pages(paddr, sg->length);
	}

	return npages;
}

static inline int is_span_boundary(unsigned long entry,
static inline int is_span_boundary(unsigned long entry,
				   unsigned long shift,
				   unsigned long shift,
				   unsigned long boundary_size,
				   unsigned long boundary_size,