]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: add alloc_coherent dma_ops callback to GART driver
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 19 Aug 2008 14:32:39 +0000 (16:32 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 22 Aug 2008 06:33:55 +0000 (08:33 +0200)
commit94581094e774402a11887719bac10505236c2d51
treef055baffe63a836ae20a4f7783e92e5982bf3292
parent1fca25427482387689fa27594c992a961d98768f
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>
arch/x86/kernel/pci-gart_64.c