commit | 7c2d9cd218916276e52a5dae827b84a159fe5c96 | [log] [tgz] |
---|---|---|
author | Jon Mason <jdmason@us.ibm.com> | Mon Jun 26 13:56:37 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jun 26 10:48:15 2006 -0700 |
tree | 922891554c06e3a58d99efd9d21095a790d22adb | |
parent | f0f2d6536e3515b5b1b7ae97dc8f176860c8c2ce [diff] |
[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>