Re: ARM: 2.6.3[45] PCI regression (IXP4xx and PXA?)

From: Krzysztof Halasa
Date: Thu Aug 19 2010 - 12:57:01 EST


FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> 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
--
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/