commit | 8aa2659009714cf5f9ffe7f3e16ccfa8ff0e0d61 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Oct 09 17:06:24 2008 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Oct 14 10:35:26 2008 +1100 |
tree | 070526522368d43ab8e0332a849474b44c80e980 | |
parent | 1263965f298af611d4992165242202eb194db1c1 [diff] |
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 <benh@kernel.crashing.org>