commit | c80d9133e99de1af607314107910a2a1645efb17 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sat Nov 11 17:25:16 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Dec 04 20:38:59 2006 +1100 |
tree | 9243a3ce3feba1379857150548d3975918ac0640 | |
parent | 92b20c40dcca2d441f367da57e7665cce15c492a [diff] |
[POWERPC] Make direct DMA use node local allocations This patch makes dma_alloc_coherent() use node local allocation when using the direct DMA ops. The node is obtained from the new device extension. If no such extension is present, the current node is used. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>