commit | 4234541f1a64d9dc6d489cf8f614dc01c62360f6 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Aug 26 13:20:06 2011 +0200 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Fri Aug 26 13:22:42 2011 +0200 |
tree | 2b7f13dbcb1dca54ed29e91440144e8f54254951 | |
parent | 6c32df437c7c5b1fc29d3ca29b0ff44f8dfafc56 [diff] |
omap: iommu: Fix up mutex->spin_lock conversion of iommu_lock The omap_iommu_set_isr() was still using the mutex functions but the iommu_lock was converted to a spin_lock. Fix that up. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>