Re: [PATCHSET] 2.6.14-rc3-git4-bird1

From: Alexey Dobriyan
Date: Wed Oct 05 2005 - 15:18:02 EST


> --- RC14-rc3-git4/arch/arm/mm/consistent.c
> +++ RC14-rc3-git4-final/arch/arm/mm/consistent.c

> -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)

> -__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)

unsigned int __nocast gfp

=> dma_alloc_coherent
=> dma_alloc_writecombine

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/