| commit | 87b030c20bdb603b8869867ab7a181d72549c6b8 | [log] [tgz] |
|---|---|---|
| author | Colin Cross <ccross@android.com> | Wed Oct 24 18:38:18 2012 -0700 |
| committer | Android Partner Code Review <android-gerrit-partner@google.com> | Mon Oct 29 11:19:05 2012 -0700 |
| tree | bcf509005ac672c6ad72b3cf0938adc7f3536ca9 | |
| parent | 0b483f1580f8ffe78ee86f8bafcdf1c698b47bc3 [diff] |
ion: exynos: fix map_kernel and map_dma for highmem Allow the exynos_contig_heap to be placed in highmem by using vmap in the map_kernel implementation instead of phys_to_virt, and using phys_to_page in map_dma instead of phys_to_virt. Change-Id: I359adf1100d251a4bed80526b399a75350cb017c Signed-off-by: Colin Cross <ccross@android.com>