intel-iommu: Fix integer wrap on 32 bit kernels
authorBenjamin LaHaise <ben.lahaise@neterion.com>
Thu, 17 Sep 2009 01:05:55 +0000 (21:05 -0400)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 19 Sep 2009 16:26:20 +0000 (09:26 -0700)
The following 64 bit promotions are necessary to handle memory above the
4GiB boundary correctly.

[dwmw2: Fix the second part not to need 64-bit arithmetic at all]

Signed-off-by: Benjamin LaHaise <ben.lahaise@neterion.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

No differences found