]> Pileus Git - ~andy/linux/commit
iommu/tegra: Don't call alloc_pdir with as->lock
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 17 Jul 2012 09:47:14 +0000 (11:47 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 17 Jul 2012 09:47:14 +0000 (11:47 +0200)
commitf9a4f063a88297e361fd6676986cf3e39b22de72
tree50067d8fc72cc677db62de68da013039734a0c6c
parent9e971a03af736acc6f96c200c2626d3bcb3d6927
iommu/tegra: Don't call alloc_pdir with as->lock

Instead of taking as->lock before calling alloc_pdir() and
releasing it in that function to allocate memory, just take
the lock only in the alloc_pdir function and run the loop
without any lock held. This simplifies the complicated
lock->unlock->alloc->lock->unlock sequence into
alloc->lock->unlock.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/tegra-smmu.c