commit | 64de5af000e99f32dd49ff5dd9a0fd7db1f60305 | [log] [tgz] |
---|---|---|
author | Benjamin LaHaise <ben.lahaise@neterion.com> | Wed Sep 16 21:05:55 2009 -0400 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Sat Sep 19 09:26:20 2009 -0700 |
tree | f26d720da22d1b3afd24c4edebb26f7b3318ba4b | |
parent | 59c36286b74ae6a8adebf6e133a83d7f2e3e6704 [diff] |
intel-iommu: Fix integer wrap on 32 bit kernels 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>