msm: iommu: Use the correct memory allocation flag
commit294b2dea83ba0a6d6034a7521bc62c317efab17b
authorStepan Moskovchenko <stepanm@codeaurora.org>
Fri, 10 Dec 2010 22:12:03 +0000 (10 14:12 -0800)
committerDavid Brown <davidb@codeaurora.org>
Wed, 15 Dec 2010 22:09:59 +0000 (15 14:09 -0800)
treeb2613c5564ea7dc49f5a33cdb6242fdd40f1fc85
parentdc6bbc991b0c408daad5df43e5851f1d369e50f7
msm: iommu: Use the correct memory allocation flag

Change msm_iommu_map to use GFP_ATOMIC instead of
GFP_KERNEL due to the fact that the call occurs within
a spinlock-protected region.

Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/iommu.c