Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112569
b: refs/heads/master
c: 3a80b6a
h: refs/heads/master
i:
  112567: 4461795
v: v3
  • Loading branch information
FUJITA Tomonori authored and Ingo Molnar committed Sep 8, 2008
1 parent f276e83 commit 6f55b52
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e51af6630848406fc97adbd71443818cdcda297b
refs/heads/master: 3a80b6aa271eb08a3da1a04b5cbdcdc19d4a5ae0
4 changes: 3 additions & 1 deletion trunk/arch/ia64/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
#include <asm/machvec.h>
#include <linux/scatterlist.h>

#define dma_alloc_coherent platform_dma_alloc_coherent
#define dma_alloc_coherent(dev, size, handle, gfp) \
platform_dma_alloc_coherent(dev, size, handle, (gfp) | GFP_DMA)

/* coherent mem. is cheap */
static inline void *
dma_alloc_noncoherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
Expand Down

0 comments on commit 6f55b52

Please sign in to comment.