From: David Woodhouse Date: Sat, 28 May 2011 23:57:50 +0000 (+0100) Subject: intel-iommu: Fix phys_pfn in __domain_mapping for sglist pages X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c41a336c39f5e458ee419601c0f000a345bbefc;p=pandora-kernel.git intel-iommu: Fix phys_pfn in __domain_mapping for sglist pages We were setting phys_pfn to the physical *address* not PFN. That's not going to work well. In fact phys_pfn is mostly redundant with pteval anyway. Perhaps we can kill one or the other... Signed-off-by: David Woodhouse --- Reading git-diff-tree failed