commit | f20ed39f53145e45edd27ff9fba5a60429c40bac | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Jan 20 18:30:04 2015 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Mon Jan 26 13:44:23 2015 +0100 |
tree | b308896c8283e01958140532e6e0ad3a728cfa92 | |
parent | fd47b693c3c694da8210b5a0c01b1e379f4d9865 [diff] |
iommu/ipmmu-vmsa: Use the ARM LPAE page table allocator Replace the custom page table allocation implementation with the standard allocator. The driver loses the ability to map 64kB chunkgs using the PTE contiguous hint, hence the removal of the SZ_64K page size from the IOMMU page sizes bitmap. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>