Re: [PATCH] iommu: Correct iommu_map / iommu_unmap prototypes

2017-07-26 Thread Joerg Roedel
On Wed, Jul 05, 2017 at 08:27:53PM +0300, Dmitry Osipenko wrote: > Commit 7d3002cc8c16 ("iommu/core: split mapping to page sizes as supported > by the hardware") replaced 'int gfp_order' with a 'size_t size' of > iommu_map / iommu_unmap function arguments, but missed the function > prototypes for

Re: [PATCH] iommu: Correct iommu_map / iommu_unmap prototypes

2017-07-26 Thread Joerg Roedel
On Wed, Jul 05, 2017 at 08:27:53PM +0300, Dmitry Osipenko wrote: > Commit 7d3002cc8c16 ("iommu/core: split mapping to page sizes as supported > by the hardware") replaced 'int gfp_order' with a 'size_t size' of > iommu_map / iommu_unmap function arguments, but missed the function > prototypes for

[PATCH] iommu: Correct iommu_map / iommu_unmap prototypes

2017-07-05 Thread Dmitry Osipenko
Commit 7d3002cc8c16 ("iommu/core: split mapping to page sizes as supported by the hardware") replaced 'int gfp_order' with a 'size_t size' of iommu_map / iommu_unmap function arguments, but missed the function prototypes for the disabled CONFIG_IOMMU_API case, let's correct them for consistency.

[PATCH] iommu: Correct iommu_map / iommu_unmap prototypes

2017-07-05 Thread Dmitry Osipenko
Commit 7d3002cc8c16 ("iommu/core: split mapping to page sizes as supported by the hardware") replaced 'int gfp_order' with a 'size_t size' of iommu_map / iommu_unmap function arguments, but missed the function prototypes for the disabled CONFIG_IOMMU_API case, let's correct them for consistency.