commit | dbc1333a347745bd55844649c19eb7d28f383a84 | [log] [tgz] |
---|---|---|
author | Jan Andersson <jan.andersson@ieee.org> | Fri Dec 29 16:50:04 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Sat Dec 30 10:56:45 2006 -0800 |
tree | c48a4edb6d8a7fe22e3515651b6cf6bd6f0784cd | |
parent | 8018c27b26af56af18eb8b2dc600eba825792d8f [diff] |
[PATCH] sparc32: add offset in pci_map_sg() Add sg->offset to sg->dvma_address in pci_map_sg() on sparc32. Without the offset, transfers to buffers that do not begin on a page boundary will not work as expected. Signed-off-by: Jan Andersson <jan.andersson@ieee.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: William Lee Irwin III <wli@holomorphy.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>