commit | 8eb6c6e3b9c8bfed3d75536ab142d7694627c2e5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jun 06 16:11:35 2006 +0200 |
committer | Paul Mackerras <paulus@samba.org> | Fri Jun 09 21:24:01 2006 +1000 |
tree | 7dd9c4146f60e88ca1fc8ebe976e1b7a3ae6ea2c | |
parent | 318facbee05417fb432603a8309a10cdb942a87b [diff] |
[PATCH] powerpc: node-aware dma allocations Make sure dma_alloc_coherent allocates memory from the local node. This is important on Cell where we avoid going through the slow cpu interconnect. Note: I could only test this patch on Cell, it should be verified on some pseries machine by those that have the hardware. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Paul Mackerras <paulus@samba.org>