From: Benjamin Herrenschmidt Date: Thu, 9 Oct 2008 17:06:24 +0000 (+0000) Subject: powerpc: Fix DMA offset for non-coherent DMA X-Git-Tag: v2.6.28-rc1~569^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa2659009714cf5f9ffe7f3e16ccfa8ff0e0d61;p=pandora-kernel.git powerpc: Fix DMA offset for non-coherent DMA After Becky's work we can almost have different DMA offsets between on-chip devices and PCI. Almost because there's a problem with the non-coherent DMA code that basically ignores the programmed offset to use the global one for everything. This fixes it. Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed