Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207164
b: refs/heads/master
c: 482e6f8
h: refs/heads/master
v: v3
  • Loading branch information
Chris Metcalf committed Jun 5, 2010
1 parent 8e6539c commit 2719ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 867e359b97c970a60626d5d76bbe2a8fadbf38fb
refs/heads/master: 482e6f8466ab1066f1a969bcdbe916b56439622c
3 changes: 1 addition & 2 deletions trunk/arch/tile/kernel/pci-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ void *dma_alloc_coherent(struct device *dev,
struct page *pg;
dma_addr_t addr;

/* Set GFP_KERNEL to ensure we have memory with a kernel VA. */
gfp |= GFP_KERNEL | __GFP_ZERO;
gfp |= __GFP_ZERO;

/*
* By forcing NUMA node 0 for 32-bit masks we ensure that the
Expand Down

0 comments on commit 2719ec3

Please sign in to comment.