From: Jeff Garzik Date: Tue, 9 Oct 2007 17:51:57 +0000 (-0400) Subject: sata_mv: correct S/G table limits X-Git-Tag: v2.6.23~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf14aa14efcfdb5a74d5cf804691086c6bec743;p=pandora-kernel.git sata_mv: correct S/G table limits The recent mv_fill_sg() rewrite, to fix a data corruption problem related to IOMMU virtual merging, forgot to account for the potentially-increased size of the scatter/gather table after its run. Additionally, the DMA boundary is reduced from 0xffffffff to 0xffff to more closely match the needs of mv_fill_sg(). Signed-off-by: Jeff Garzik Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed