| commit | 67651786948c360c3122b8a17cb1e59209d50880 | [log] [tgz] |
|---|---|---|
| author | Joerg Roedel <joerg.roedel@amd.com> | Thu Jan 21 16:32:27 2010 +0100 |
| committer | Joerg Roedel <joerg.roedel@amd.com> | Sun Mar 07 18:01:11 2010 +0100 |
| tree | 533a24ba14a513a99c19af4507dde499aaf1d9c5 | |
| parent | cefc53c7f494240d4813c80154c7617452d1904d [diff] |
iommu-api: Add ->{un}map callbacks to iommu_ops
This patch adds new callbacks for mapping and unmapping
pages to the iommu_ops structure. These callbacks are aware
of page sizes which makes them different to the
->{un}map_range callbacks.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>