lkml.org 
[lkml]   [2010]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: ARM: 2.6.3[45] PCI regression (IXP4xx and PXA?)
Date
FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> writes:

>> > +++ b/arch/arm/mm/dma-mapping.c
>> > @@ -77,6 +77,11 @@ static struct page *__dma_alloc_buffer(struct device *dev, size_t size, gfp_t gf
>> > if (mask < 0xffffffffULL)
>> > gfp |= GFP_DMA;
>> >
>> > +#ifdef CONFIG_DMABOUNCE
>> > + if (dev->archdata.dmabounce)
>> > + gfp |= GFP_DMA;
>> > +#endif
>> > +
>> > page = alloc_pages(gfp, order);
>> > if (!page)
>> > return NULL;

> I'll re-send the patch in the proper format. Can you send it to
> mainline for 2.6.36?

Guess that's a question for Russell.
--
Krzysztof Halasa


\
 
 \ /
  Last update: 2010-08-19 18:59    [W:2.705 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site