[PATCH] x86_64: trivial gart clean-up
authorJon Mason <jdmason@us.ibm.com>
Mon, 26 Jun 2006 11:56:37 +0000 (13:56 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 17:48:15 +0000 (10:48 -0700)
commit7c2d9cd218916276e52a5dae827b84a159fe5c96
tree922891554c06e3a58d99efd9d21095a790d22adb
parentf0f2d6536e3515b5b1b7ae97dc8f176860c8c2ce
[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 <jdmason@us.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/pci-gart.c