aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon
diff options
context:
space:
mode:
authorBecky Bruce <beckyb@kernel.crashing.org>2009-05-14 12:42:27 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-05-21 15:44:25 +1000
commit2138422bbab91c3e924c9836e394f4925b456b79 (patch)
tree7660b32ce97634fa82544df46d588c0786258623 /arch/powerpc/xmon
parentpowerpc/spufs: Remove double check for non-negative dentry (diff)
downloadlinux-dev-2138422bbab91c3e924c9836e394f4925b456b79.tar.xz
linux-dev-2138422bbab91c3e924c9836e394f4925b456b79.zip
powerpc: Use sg->dma_length in sg_dma_len() macro on 32-bit
Currently, the 32-bit code uses sg->length instead of sg->dma_lentgh to report sg_dma_len. However, since the default dma code for 32-bit (the dma_direct case) sets dma_length and length to the same thing, we should be able to use dma_length there as well. This gets rid of some 32-vs-64-bit ifdefs, and is needed by the swiotlb code which actually distinguishes between dma_length and length. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/xmon')
0 files changed, 0 insertions, 0 deletions