Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225692
b: refs/heads/master
c: 294b2de
h: refs/heads/master
v: v3
  • Loading branch information
Stepan Moskovchenko authored and David Brown committed Dec 15, 2010
1 parent 8e86aac commit 85d7a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc6bbc991b0c408daad5df43e5851f1d369e50f7
refs/heads/master: 294b2dea83ba0a6d6034a7521bc62c317efab17b
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-msm/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ static int msm_iommu_map(struct iommu_domain *domain, unsigned long va,
/* Need a 2nd level table */
if ((len == SZ_4K || len == SZ_64K) && (*fl_pte) == 0) {
unsigned long *sl;
sl = (unsigned long *) __get_free_pages(GFP_KERNEL,
sl = (unsigned long *) __get_free_pages(GFP_ATOMIC,
get_order(SZ_4K));

if (!sl) {
Expand Down

0 comments on commit 85d7a1a

Please sign in to comment.