commit | abdc5eb3d69279039ba6cb89719913d08013ab14 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Sep 03 11:33:51 2009 +0200 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Thu Sep 03 16:11:17 2009 +0200 |
tree | fc77040a85d9601d91c6dee0e297386a3f5f7ccc | |
parent | a6b256b41357c33ccb2d105a4457e22bdc83e021 [diff] |
x86/amd-iommu: Change iommu_map_page to support multiple page sizes This patch adds a map_size parameter to the iommu_map_page function which makes it generic enough to handle multiple page sizes. This also requires a change to alloc_pte which is also done in this patch. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>