commit | d09d78fc986be8355928256d1b86b713588999d7 | [log] [tgz] |
---|---|---|
author | Cho KyongHo <pullip.cho@samsung.com> | Mon May 12 11:44:58 2014 +0530 |
committer | Joerg Roedel <jroedel@suse.de> | Tue May 13 19:12:57 2014 +0200 |
tree | 3d44e91b5584a3f53bf0b31e949d3bf24991de75 | |
parent | 9d4e7a24d77a05fb5c4e4121051a8d80501c74d3 [diff] |
iommu/exynos: Use exynos-iommu specific typedef This commit introduces sysmmu_pte_t for page table entries and sysmmu_iova_t vor I/O virtual address that is manipulated by exynos-iommu driver. The purpose of the typedef is to remove dependencies to the driver code from the change of CPU architecture from 32 bit to 64 bit. Signed-off-by: Cho KyongHo <pullip.cho@samsung.com> Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>