commit | 294b2dea83ba0a6d6034a7521bc62c317efab17b | [log] [tgz] |
---|---|---|
author | Stepan Moskovchenko <stepanm@codeaurora.org> | Fri Dec 10 14:12:03 2010 -0800 |
committer | David Brown <davidb@codeaurora.org> | Wed Dec 15 14:09:59 2010 -0800 |
tree | b2613c5564ea7dc49f5a33cdb6242fdd40f1fc85 | |
parent | dc6bbc991b0c408daad5df43e5851f1d369e50f7 [diff] |
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>