]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc/ps3: Use dma_addr_t down through the stack
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Jan 2009 19:58:10 +0000 (19:58 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 16 Jan 2009 05:15:11 +0000 (16:15 +1100)
commit494fd07a88ea561e1bea73516d7e92c4c2d1f223
treed597647b6037ab2c2a31a80c97bd8cc5877c9019
parentc52fe6b620e9c7a52b296ec478bd24b91b4e7634
powerpc/ps3: Use dma_addr_t down through the stack

Push the dma_addr_t type usage all the way down to where the actual
values are manipulated.

Now that u64 is "unsigned long long", this removes warnings like:

arch/powerpc/platforms/ps3/system-bus.c:532: warning: passing argument 4 of 'ps3_dma_map' from incompatible pointer type
arch/powerpc/platforms/ps3/system-bus.c:649: warning: passing argument 4 of 'ps3_dma_map' from incompatible pointer type

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/ps3.h
arch/powerpc/platforms/ps3/mm.c
arch/powerpc/platforms/ps3/system-bus.c