Re: [RFC][PATCH 1/3] contigous big page allocator

From: FUJITA Tomonori
Date: Thu Oct 14 2010 - 11:24:25 EST


On Thu, 14 Oct 2010 15:09:13 +0300
Felipe Contreras <felipe.contreras@xxxxxxxxx> wrote:

> > As already pointed out, some embeded drivers need physcailly
> > contignous memory. Currenlty, they use hacky tricks (e.g. playing with
> > the boot memory allocators). There are several proposals for this like
> > adding a new kernel memory allocator (from samsung).
> >
> > It's ideal if the memory allocator can handle this, I think.
>
> Not only contiguous, but sometimes also coherent.

Can you give the list of such drivers?

Anyway, in general cases, the page allocator needs to allocate large
contignous memory if we want dma_alloc_coherent to return large
contignous coherent memory.
--
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/