|
@@ -75,7 +75,7 @@ static struct vm_region consistent_head = {
|
|
|
};
|
|
|
|
|
|
static struct vm_region *
|
|
|
-vm_region_alloc(struct vm_region *head, size_t size, int gfp)
|
|
|
+vm_region_alloc(struct vm_region *head, size_t size, unsigned int gfp)
|
|
|
{
|
|
|
unsigned long addr = head->vm_start, end = head->vm_end - size;
|
|
|
unsigned long flags;
|
|
@@ -133,8 +133,8 @@ static struct vm_region *vm_region_find(struct vm_region *head, unsigned long ad
|
|
|
#endif
|
|
|
|
|
|
static void *
|
|
|
-__dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, int gfp,
|
|
|
- pgprot_t prot)
|
|
|
+__dma_alloc(struct device *dev, size_t size, dma_addr_t *handle,
|
|
|
+ unsigned int gfp, pgprot_t prot)
|
|
|
{
|
|
|
struct page *page;
|
|
|
struct vm_region *c;
|