* Problem with sg_dma_address() on ia64, sh and sh64
@ 2006-05-20 16:18 James Bottomley
2006-05-21 5:55 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: James Bottomley @ 2006-05-20 16:18 UTC (permalink / raw)
To: linux-arch
This is the defined accessor to our struct scatterlist. These three
architectures define it in asm/pci.h rather than asm/scatterlist.h.
This means that one doesn't get the accessor simply by including
linux/scatterlist.h, which one should. This means that non-pci uses
don't work (like our budding libsrp).
Could you all move it to where it should be?
Thanks,
James
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problem with sg_dma_address() on ia64, sh and sh64
2006-05-20 16:18 Problem with sg_dma_address() on ia64, sh and sh64 James Bottomley
@ 2006-05-21 5:55 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2006-05-21 5:55 UTC (permalink / raw)
To: James.Bottomley; +Cc: linux-arch
From: James Bottomley <James.Bottomley@SteelEye.com>
Date: Sat, 20 May 2006 11:18:53 -0500
> This is the defined accessor to our struct scatterlist. These three
> architectures define it in asm/pci.h rather than asm/scatterlist.h.
> This means that one doesn't get the accessor simply by including
> linux/scatterlist.h, which one should. This means that non-pci uses
> don't work (like our budding libsrp).
>
> Could you all move it to where it should be?
I agree, there should be nothing PCI specific about
the scatterlist DMA entry accessors.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-05-21 5:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-20 16:18 Problem with sg_dma_address() on ia64, sh and sh64 James Bottomley
2006-05-21 5:55 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox