iommu/vt-d: Fix address shifting in page request handler
authorDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 16 Oct 2015 16:22:31 +0000 (17:22 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 16 Oct 2015 16:22:34 +0000 (17:22 +0100)
commit7f92a2e9107c2cf870a11bb77738207daa94fee3
tree19800acb50f81395c81156437e81751bc37600f4
parent95fb6144bb2222b4c0189e76c1aae006b0a02bff
iommu/vt-d: Fix address shifting in page request handler

This really should be VTD_PAGE_SHIFT, not PAGE_SHIFT. Not that we ever
really anticipate seeing this used on IA64, but we should get it right
anyway.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/iommu/intel-svm.c