commit | 050613545b389825c1f5beb67fa2667b727f866d | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Sat Jun 10 18:17:35 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Sat Jun 10 18:17:35 2006 +1000 |
tree | d1d06c033d5254052dcc4824c1051a9966727c5b | |
parent | 6b81e80049a8815dc457fec4dadb6ae535c3b988 [diff] |
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 <paulus@samba.org>