[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100827092453A.fujita.tomonori@lab.ntt.co.jp>
Date: Fri, 27 Aug 2010 09:26:17 +0900
From: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
To: khc@...waw.pl
Cc: fujita.tomonori@....ntt.co.jp, benh@...nel.crashing.org,
linux@....linux.org.uk, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: ARM: 2.6.3[45] PCI regression (IXP4xx and PXA?)
On Thu, 26 Aug 2010 18:02:46 +0200
Krzysztof Halasa <khc@...waw.pl> wrote:
> FUJITA Tomonori <fujita.tomonori@....ntt.co.jp> writes:
>
> > Lots of drivers call dma_set_coherent_mask with 64bit mask and then
> > call it with 32bit mask if 64bit mask fails.
>
> Which seems strange to me. If the driver asks for 64-bit mask and the
> system can only give it 32-bits, why return an error? Every 32-bit
> address is also 64-bit, with the most significant bits simply cleared.
As I wrote, the DMA API simply wasn't designed in that way (let
architectures to clip the mask), I guess.
If it was, dma_set_coherent_mask might return the actual mask.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists