From: Jon Mason Date: Mon, 26 Jun 2006 11:56:37 +0000 (+0200) Subject: [PATCH] x86_64: trivial gart clean-up X-Git-Tag: v2.6.18-rc1~612^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2d9cd218916276e52a5dae827b84a159fe5c96;p=pandora-kernel.git [PATCH] x86_64: trivial gart clean-up A trivial change to have gart_unmap_sg call gart_unmap_single directly, instead of bouncing through the dma_unmap_single wrapper in dma-mapping.h. This change required moving the gart_unmap_single above gart_unmap_sg, and under gart_map_single (which seems a more logical place that its current location IMHO). Signed-off-by: Jon Mason Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed