diff options
author | Andi Kleen <ak@suse.de> | 2006-02-12 17:34:59 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-12 19:10:47 -0500 |
commit | 0d541064e8f58858e11cd34d81b6e83617f6eb4a (patch) | |
tree | 2118bef73c46aa505eb54cdbbfe80e0c7ab93738 /Makefile | |
parent | a65d17c9d27a85782cfe1bbc36c747ffa1f81814 (diff) |
[PATCH] x86_64: GART DMA merging fix
Don't touch the non DMA members in the sg list in dma_map_sg in the IOMMU
Some drivers (in particular ST) ran into problems because they reused the sg
lists after passing them to pci_map_sg(). The merging procedure in the K8
GART IOMMU corrupted the state. This patch changes it to only touch the dma*
entries during merging, but not the other fields. Approach suggested by Dave
Miller.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions