Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6905
b: refs/heads/master
c: d27477c
h: refs/heads/master
i:
  6903: 4932060
v: v3
  • Loading branch information
Christoph Hellwig authored and Linus Torvalds committed Sep 5, 2005
1 parent 17ffcf6 commit 3e14947
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: 617bf9a47f017b7e91dab9ef9bdaaeaee24163a7
refs/heads/master: d27477c2259488825f2f425d24f209a1b6f8dc7d
3 changes: 2 additions & 1 deletion trunk/include/asm-ppc/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ static inline int dma_set_mask(struct device *dev, u64 dma_mask)
}

static inline void *dma_alloc_coherent(struct device *dev, size_t size,
dma_addr_t * dma_handle, int gfp)
dma_addr_t * dma_handle,
unsigned int __nocast gfp)
{
#ifdef CONFIG_NOT_COHERENT_CACHE
return __dma_alloc_coherent(size, dma_handle, gfp);
Expand Down

0 comments on commit 3e14947

Please sign in to comment.