Re: [PATCH v1 3/4] iommu/tegra: gart: Move PFN validation out of spinlock

2017-09-26 Thread Thierry Reding
On Wed, Jul 05, 2017 at 07:29:47PM +0300, Dmitry Osipenko wrote: > Validation of page frame number doesn't require protection with a spinlock, > let's move it out of spinlock for consistency. > > Signed-off-by: Dmitry Osipenko > --- > drivers/iommu/tegra-gart.c | 4 ++-- > 1

[PATCH v1 3/4] iommu/tegra: gart: Move PFN validation out of spinlock

2017-07-05 Thread Dmitry Osipenko
Validation of page frame number doesn't require protection with a spinlock, let's move it out of spinlock for consistency. Signed-off-by: Dmitry Osipenko --- drivers/iommu/tegra-gart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git