ARM: dma-mapping: Get pages if the cpu_addr is out of atomic_pool
authorYoungJun Cho <yj44.cho@samsung.com>
Mon, 17 Jun 2013 04:18:52 +0000 (13:18 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 28 Jun 2013 13:14:27 +0000 (15:14 +0200)
In __iommu_get_pages(), the cpu_addr is checked wheather in
atomic_pool range or not. So if the cpu_addr is in atomic_pool
range, it does not need to check twice.

Signed-off-by: YoungJun Cho <yj44.cho@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>

No differences found