Re: [patch 5/13] s390: qdio memory allocations.

From: Andrew Morton
Date: Mon Apr 24 2006 - 19:50:13 EST


Martin Schwidefsky <schwidefsky@xxxxxxxxxx> wrote:
>
> - ssqd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA);
> + ssqd_area = mempool_alloc(qdio_mempool_scssc, GFP_ATOMIC);

I assume the loss of GFP_DMA was intentional?
-
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/