commit | 292827cb164ad00cc7689a21283b1261c0b6daed | [log] [tgz] |
---|---|---|
author | Allen Kay <allen.m.kay@intel.com> | Fri Oct 14 12:31:54 2011 -0700 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Wed Oct 19 12:06:18 2011 +0100 |
tree | 9f2627fbecab0c5e885093152910b4a191dd3f68 | |
parent | 3fb39615007d0645ad7f3a509d7120a1987d95b2 [diff] |
intel-iommu: fix return value of iommu_unmap() API iommu_unmap() API expects IOMMU drivers to return the actual page order of the address being unmapped. Previous code was just returning page order passed in from the caller. This patch fixes this problem. Signed-off-by: Allen Kay <allen.m.kay@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>