Re: [PATCH 2/4] dma/ia64: update ia64 machvecs

2008-01-30 Thread akepner
On Wed, Jan 30, 2008 at 11:25:58AM -0600, James Bottomley wrote: > In general, the patches look reasonable to me. Just an observation: > > On Tue, 2008-01-29 at 21:52 -0800, [EMAIL PROTECTED] wrote: > > diff --git a/include/linux/dma-attrs.h b/include/linux/dma-attrs.h > > index e69de29..31af292

Re: [PATCH 2/4] dma/ia64: update ia64 machvecs

2008-01-30 Thread James Bottomley
In general, the patches look reasonable to me. Just an observation: On Tue, 2008-01-29 at 21:52 -0800, [EMAIL PROTECTED] wrote: > diff --git a/include/linux/dma-attrs.h b/include/linux/dma-attrs.h > index e69de29..31af292 100644 > --- a/include/linux/dma-attrs.h > +++ b/include/linux/dma-attrs.h

[PATCH 2/4] dma/ia64: update ia64 machvecs

2008-01-29 Thread akepner
Change all ia64 machvecs to use the new dma_{un}map_*_attrs() interfaces. Implement the old dma_{un}map_*() interfaces in terms of the corresponding new interfaces. For ia64/sn, make use of one dma attribute, DMA_ATTR_BARRIER. Signed-off-by: Arthur Kepner <[EMAIL PROTECTED]> -- arch/ia64/hp