drm/exynos: added missed vm area region mapping type.
authorInki Dae <inki.dae@samsung.com>
Mon, 23 Apr 2012 10:47:18 +0000 (19:47 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 23 Apr 2012 11:31:54 +0000 (20:31 +0900)
with this patch, if the memory region is physically non-continuous
then VM_MIXEDMAP is set to vm->vm_flags otherwise VM_PFNMAP.
we had missed this flag setting.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

No differences found