Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374266
b: refs/heads/master
c: 7f64fb4
h: refs/heads/master
v: v3
  • Loading branch information
Damian Hobson-Garcia authored and Helge Deller committed May 6, 2013
1 parent 4b5328f commit e21b2dd
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a39e6beaa1455407af7b0bb6f501e9135987334b
refs/heads/master: 7f64fb41aad9a8504dd76e81b2391eae64e1498a
3 changes: 3 additions & 0 deletions trunk/arch/parisc/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ extern struct hppa_dma_ops pcx_dma_ops;

extern struct hppa_dma_ops *hppa_dma_ops;

#define dma_alloc_attrs(d, s, h, f, a) dma_alloc_coherent(d, s, h, f)
#define dma_free_attrs(d, s, h, f, a) dma_free_coherent(d, s, h, f)

static inline void *
dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
gfp_t flag)
Expand Down

0 comments on commit e21b2dd

Please sign in to comment.