Re: [RFC v3 04/10] iommu: iommu_alloc_resv_region

From: Joerg Roedel
Date: Tue Nov 29 2016 - 11:11:41 EST


On Tue, Nov 15, 2016 at 01:09:17PM +0000, Eric Auger wrote:
> +static inline struct iommu_resv_region *
> +iommu_alloc_resv_region(phys_addr_t start, size_t length, unsigned int prot)
> +{
> + return NULL;
> +}
> +

Will this function be called outside of iommu code?



Joerg