Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235195
b: refs/heads/master
c: cd44da1
h: refs/heads/master
i:
  235193: a5a0bf6
  235191: 51380d1
v: v3
  • Loading branch information
Michal Simek committed Mar 9, 2011
1 parent 5e7b324 commit 326337e
Show file tree
Hide file tree
Showing 3 changed files with 3 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: c1df53b33c818d28d5e3b287530373e78a7904e7
refs/heads/master: cd44da154241170be3f1fadb1f2ca689f6802628
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/include/asm/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ void __init *early_get_page(void);

extern unsigned long ioremap_bot, ioremap_base;

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);
void consistent_free(size_t size, void *vaddr);
void consistent_sync(void *vaddr, size_t size, int direction);
void consistent_sync_page(struct page *page, unsigned long offset,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/mm/consistent.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* uncached region. This will no doubt cause big problems if memory allocated
* here is not also freed properly. -- JW
*/
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)
{
unsigned long order, vaddr;
void *ret;
Expand Down

0 comments on commit 326337e

Please sign in to comment.