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

No differences found