diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2005-10-21 03:21:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-28 08:16:48 -0700 |
commit | a5da7d3c6e8fcd7aaab6c4e1e9101ba333248ffb (patch) | |
tree | ce17675418c32fbf62073a3c809390e9518d3555 /arch/frv/mm | |
parent | 43b7eae1f5c5424a49ea4a65e9b0e9d5d2fd9446 (diff) | |
download | linux-3.10-a5da7d3c6e8fcd7aaab6c4e1e9101ba333248ffb.tar.gz linux-3.10-a5da7d3c6e8fcd7aaab6c4e1e9101ba333248ffb.tar.bz2 linux-3.10-a5da7d3c6e8fcd7aaab6c4e1e9101ba333248ffb.zip |
[PATCH] gfp_t: dma-mapping (frv)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/frv/mm')
-rw-r--r-- | arch/frv/mm/dma-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/mm/dma-alloc.c b/arch/frv/mm/dma-alloc.c index 4b38d45435f..cfc4f97490c 100644 --- a/arch/frv/mm/dma-alloc.c +++ b/arch/frv/mm/dma-alloc.c @@ -81,7 +81,7 @@ static int map_page(unsigned long va, unsigned long pa, pgprot_t prot) * portions of the kernel with single large page TLB entries, and * still get unique uncached pages for consistent DMA. */ -void *consistent_alloc(int gfp, size_t size, dma_addr_t *dma_handle) +void *consistent_alloc(gfp_t gfp, size_t size, dma_addr_t *dma_handle) { struct vm_struct *area; unsigned long page, va, pa; |