commit | 94581094e774402a11887719bac10505236c2d51 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Tue Aug 19 16:32:39 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Aug 22 08:33:55 2008 +0200 |
tree | f055baffe63a836ae20a4f7783e92e5982bf3292 | |
parent | 1fca25427482387689fa27594c992a961d98768f [diff] |
x86: add alloc_coherent dma_ops callback to GART driver [ v2 - x86: make gart_alloc_coherent return zeroed memory FUJITA Tomonori pointed it out that the dma_alloc_coherent function should return memory set to zero. This patch adds this to the GART implementation too. ] Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>