Re: [PATCH 5/6] [POWERPC] Move device_to_mask() to dma-mapping.h

2008-05-01 Thread Mark Nelson
On Fri, 2 May 2008 10:32:35 am Segher Boessenkool wrote: > > I'm not sure exactly what you mean - it was inline before the move. > > Heh, I missed that. > > > But if everybody thinks it would be better to leave it in dma_64.c and > > just > > expose it for use outside, I'm fine with that. > > T

Re: [PATCH 5/6] [POWERPC] Move device_to_mask() to dma-mapping.h

2008-05-01 Thread Segher Boessenkool
I'm not sure exactly what you mean - it was inline before the move. Heh, I missed that. But if everybody thinks it would be better to leave it in dma_64.c and just expose it for use outside, I'm fine with that. That's what I meant, yes. Segher

Re: [PATCH 5/6] [POWERPC] Move device_to_mask() to dma-mapping.h

2008-05-01 Thread Mark Nelson
On Thu, 1 May 2008 07:04:30 pm Segher Boessenkool wrote: > > Move device_to_mask() to dma-mapping.h because we need to use it from > > outside dma_64.c in a later patch. > > Why does this need to become an inline function? > > > Segher > I'm not sure exactly what you mean - it was inline befor

Re: [PATCH 5/6] [POWERPC] Move device_to_mask() to dma-mapping.h

2008-05-01 Thread Segher Boessenkool
Move device_to_mask() to dma-mapping.h because we need to use it from outside dma_64.c in a later patch. Why does this need to become an inline function? Segher ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinf

[PATCH 5/6] [POWERPC] Move device_to_mask() to dma-mapping.h

2008-04-30 Thread markn
Move device_to_mask() to dma-mapping.h because we need to use it from outside dma_64.c in a later patch. Signed-off-by: Mark Nelson <[EMAIL PROTECTED]> --- arch/powerpc/kernel/dma_64.c |9 - include/asm-powerpc/dma-mapping.h |9 + 2 files changed, 9 insertions(+), 9 d