[PATCH v7 2/9] iommu/exynos: add missing cache flush for removed page table entries

2013-07-05 Thread Cho KyongHo
This commit adds cache flush for removed small and large page entries in exynos_iommu_unmap(). Missing cache flush of removed page table entries can cause missing page fault interrupt when a master IP accesses an unmapped area. Signed-off-by: Cho KyongHo --- drivers/iommu/exynos-iommu.c |2

[PATCH v7 2/9] iommu/exynos: add missing cache flush for removed page table entries

2013-07-05 Thread Cho KyongHo
This commit adds cache flush for removed small and large page entries in exynos_iommu_unmap(). Missing cache flush of removed page table entries can cause missing page fault interrupt when a master IP accesses an unmapped area. Signed-off-by: Cho KyongHo pullip@samsung.com ---