Re: [PATCH 4/7] Have cell use its own dma_direct_offset variable

2008-01-20 Thread Benjamin Herrenschmidt
On Mon, 2008-01-21 at 16:42 +1100, Michael Ellerman wrote: > Rather than using the global variable, have cell use its own variable to > store the direct DMA offset. > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Acked-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > --- > arch/powerpc

Re: [PATCH 4/7] Have cell use its own dma_direct_offset variable

2008-01-20 Thread Benjamin Herrenschmidt
On Mon, 2008-01-21 at 16:42 +1100, Michael Ellerman wrote: > Rather than using the global variable, have cell use its own variable to > store the direct DMA offset. > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> > --- > arch/powerpc/platforms/cell/iommu.c | 12 +++- > 1 files

[PATCH 4/7] Have cell use its own dma_direct_offset variable

2008-01-20 Thread Michael Ellerman
Rather than using the global variable, have cell use its own variable to store the direct DMA offset. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/iommu.c | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/platfo

Re: [PATCH 4/7] Have cell use its own dma_direct_offset variable

2007-12-05 Thread Arnd Bergmann
On Wednesday 05 December 2007, Michael Ellerman wrote: > Rather than using the global variable, have cell use its own variable to > store the direct DMA offset. > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Acked-by: Arnd Bergmann <[EMAIL PROTECTED]>

[PATCH 4/7] Have cell use its own dma_direct_offset variable

2007-12-04 Thread Michael Ellerman
Rather than using the global variable, have cell use its own variable to store the direct DMA offset. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/iommu.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/platform