From: Paul Mackerras Date: Sat, 10 Jun 2006 08:17:35 +0000 (+1000) Subject: powerpc: Fix bug in iommu_alloc_coherent causing hang during boot X-Git-Tag: v2.6.18-rc1~1081^2~225^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=050613545b389825c1f5beb67fa2667b727f866d;p=pandora-kernel.git powerpc: Fix bug in iommu_alloc_coherent causing hang during boot In commit 8eb6c6e3b9c8bfed3d75536ab142d7694627c2e5, Christoph Hellwig made iommu_alloc_coherent able to do node-local allocations, but unfortunately got the order of the arguments to alloc_pages_node wrong. This fixes it. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed