vserver 2.0 rc7
[linux-2.6.git] / arch / i386 / kernel / pci-dma.c
index 7087b14..4de2e03 100644 (file)
@@ -22,7 +22,7 @@ struct dma_coherent_mem {
 };
 
 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)
 {
        void *ret;
        struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL;