Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28746
b: refs/heads/master
c: 0506135
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Jun 10, 2006
1 parent 919485f commit 308e38b
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: 6b81e80049a8815dc457fec4dadb6ae535c3b988
refs/heads/master: 050613545b389825c1f5beb67fa2667b727f866d
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ void *iommu_alloc_coherent(struct iommu_table *tbl, size_t size,
return NULL;

/* Alloc enough pages (and possibly more) */
page = alloc_pages_node(flag, order, node);
page = alloc_pages_node(node, flag, order);
if (!page)
return NULL;
ret = page_address(page);
Expand Down

0 comments on commit 308e38b

Please sign in to comment.