Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176886
b: refs/heads/master
c: 824cd75
h: refs/heads/master
v: v3
  • Loading branch information
Suresh Siddha authored and David Woodhouse committed Oct 5, 2009
1 parent 54a4e78 commit 186b47c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 751cafe3aeceb9ff887c97237f6daaf596c9e547
refs/heads/master: 824cd75bf30cfc52c4b468f3cabf6932fd012654
3 changes: 2 additions & 1 deletion trunk/drivers/pci/intr_remapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,8 @@ static int setup_intr_remapping(struct intel_iommu *iommu, int mode)
if (!iommu->ir_table)
return -ENOMEM;

pages = alloc_pages(GFP_ATOMIC | __GFP_ZERO, INTR_REMAP_PAGE_ORDER);
pages = alloc_pages_node(iommu->node, GFP_ATOMIC | __GFP_ZERO,
INTR_REMAP_PAGE_ORDER);

if (!pages) {
printk(KERN_ERR "failed to allocate pages of order %d\n",
Expand Down

0 comments on commit 186b47c

Please sign in to comment.