Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112589
b: refs/heads/master
c: f10ac8a
h: refs/heads/master
i:
  112587: c01102b
v: v3
  • Loading branch information
FUJITA Tomonori authored and Ingo Molnar committed Sep 14, 2008
1 parent ffe9235 commit a76a8bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bee44f294efd8417f5e68553778a6cc957af1547
refs/heads/master: f10ac8a232496bf9271cfc67c6eea432891f04a6
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/pci-calgary_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,8 @@ static void* calgary_alloc_coherent(struct device *dev, size_t size,
npages = size >> PAGE_SHIFT;
order = get_order(size);

flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32);

/* alloc enough pages (and possibly more) */
ret = (void *)__get_free_pages(flag, order);
if (!ret)
Expand Down

0 comments on commit a76a8bc

Please sign in to comment.