RE: [v3 1/4] ARM: dma-mapping: atomic_pool with struct page **pages

2012-08-24 Thread Marek Szyprowski
Hello, On Friday, August 24, 2012 1:52 PM Hiroshi Doyu wrote: > Konrad Rzeszutek Wilk wrote @ Fri, 24 Aug 2012 > 13:13:23 +0200: > > > On Fri, Aug 24, 2012 at 11:29:02AM +0300, Hiroshi Doyu wrote: > > > struct page **pages is necessary to align with non atomic path in > > >

Re: [v3 1/4] ARM: dma-mapping: atomic_pool with struct page **pages

2012-08-24 Thread Hiroshi Doyu
Konrad Rzeszutek Wilk wrote @ Fri, 24 Aug 2012 13:13:23 +0200: > On Fri, Aug 24, 2012 at 11:29:02AM +0300, Hiroshi Doyu wrote: > > struct page **pages is necessary to align with non atomic path in > > __iommu_get_pages(). atomic_pool() has the intialized **pages instead > > of just *page. > >

Re: [v3 1/4] ARM: dma-mapping: atomic_pool with struct page **pages

2012-08-24 Thread Konrad Rzeszutek Wilk
On Fri, Aug 24, 2012 at 11:29:02AM +0300, Hiroshi Doyu wrote: > struct page **pages is necessary to align with non atomic path in > __iommu_get_pages(). atomic_pool() has the intialized **pages instead > of just *page. > > Signed-off-by: Hiroshi Doyu > --- > arch/arm/mm/dma-mapping.c | 17

[v3 1/4] ARM: dma-mapping: atomic_pool with struct page **pages

2012-08-24 Thread Hiroshi Doyu
struct page **pages is necessary to align with non atomic path in __iommu_get_pages(). atomic_pool() has the intialized **pages instead of just *page. Signed-off-by: Hiroshi Doyu --- arch/arm/mm/dma-mapping.c | 17 + 1 files changed, 13 insertions(+), 4 deletions(-) diff

[v3 1/4] ARM: dma-mapping: atomic_pool with struct page **pages

2012-08-24 Thread Hiroshi Doyu
struct page **pages is necessary to align with non atomic path in __iommu_get_pages(). atomic_pool() has the intialized **pages instead of just *page. Signed-off-by: Hiroshi Doyu hd...@nvidia.com --- arch/arm/mm/dma-mapping.c | 17 + 1 files changed, 13 insertions(+), 4

Re: [v3 1/4] ARM: dma-mapping: atomic_pool with struct page **pages

2012-08-24 Thread Konrad Rzeszutek Wilk
On Fri, Aug 24, 2012 at 11:29:02AM +0300, Hiroshi Doyu wrote: struct page **pages is necessary to align with non atomic path in __iommu_get_pages(). atomic_pool() has the intialized **pages instead of just *page. Signed-off-by: Hiroshi Doyu hd...@nvidia.com --- arch/arm/mm/dma-mapping.c |

Re: [v3 1/4] ARM: dma-mapping: atomic_pool with struct page **pages

2012-08-24 Thread Hiroshi Doyu
Konrad Rzeszutek Wilk konrad.w...@oracle.com wrote @ Fri, 24 Aug 2012 13:13:23 +0200: On Fri, Aug 24, 2012 at 11:29:02AM +0300, Hiroshi Doyu wrote: struct page **pages is necessary to align with non atomic path in __iommu_get_pages(). atomic_pool() has the intialized **pages instead of

RE: [v3 1/4] ARM: dma-mapping: atomic_pool with struct page **pages

2012-08-24 Thread Marek Szyprowski
Hello, On Friday, August 24, 2012 1:52 PM Hiroshi Doyu wrote: Konrad Rzeszutek Wilk konrad.w...@oracle.com wrote @ Fri, 24 Aug 2012 13:13:23 +0200: On Fri, Aug 24, 2012 at 11:29:02AM +0300, Hiroshi Doyu wrote: struct page **pages is necessary to align with non atomic path in