commit | c647c3bb2d16246a87f49035985ddb7c1eb030df | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Tue Aug 19 16:32:44 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Aug 22 08:34:50 2008 +0200 |
tree | 881479b30af77332bbc24e5340a81c02b0aad04f | |
parent | a3a76532e0caa093c279806d8fe8608232538af0 [diff] |
x86: cleanup dma_*_coherent functions All dma_ops implementations support the alloc_coherent and free_coherent callbacks now. This allows a big simplification of the dma_alloc_coherent function which is done with this patch. The dma_free_coherent functions is also cleaned up and calls now the free_coherent callback of the dma_ops implementation. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>