From 7c41a336c39f5e458ee419601c0f000a345bbefc Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sun, 29 May 2011 00:57:50 +0100 Subject: [PATCH] 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-format-patch failed