[COMMON] iommu/exynos: alloc page table entry with gfp mask
authorJanghyuck Kim <janghyuck.kim@samsung.com>
Sat, 7 Jan 2017 05:53:35 +0000 (14:53 +0900)
committerSangwook Ju <sw.ju@samsung.com>
Mon, 14 May 2018 10:45:20 +0000 (19:45 +0900)
commit02d0fda18c8dd84c91687d785808a3413a2598f2
treec7f1ccce75ef20ceebfb1ab7697fc8efe9c96646
parenta27e16698983f186f53e49fd8f6858501d922bfb
[COMMON] iommu/exynos: alloc page table entry with gfp mask

Page table entry can be allocated with GFP_KERNEL if mapping request is
passed by iommu_map(), because it is outside of spinlock boundary.

Change-Id: I59fc5666597ee41f060bccfe91772c603acf9a12
Signed-off-by: Janghyuck Kim <janghyuck.kim@samsung.com>
drivers/iommu/exynos-iommu.c