From: Christoph Hellwig Date: Tue, 6 Jun 2006 14:11:35 +0000 (+0200) Subject: [PATCH] powerpc: node-aware dma allocations X-Git-Tag: v2.6.18-rc1~1081^2~225^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eb6c6e3b9c8bfed3d75536ab142d7694627c2e5;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed