diff options
author | Neil Turton <nturton@solarflare.com> | 2009-05-14 14:00:35 +0100 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-05-28 18:06:27 +0200 |
commit | 421f909c803d1c397f6c66b75653f238696c39ee (patch) | |
tree | 2612d29721d9ba22f97ef67db1d6013286bad8e1 /fs/cramfs | |
parent | 41fb454ebe6024f5c1e3b3cbc0abc0da762e7b51 (diff) |
amd-iommu: fix an off-by-one error in the AMD IOMMU driver.
The variable amd_iommu_last_bdf holds the maximum bdf of any device
controlled by an IOMMU, so the number of device entries needed is
amd_iommu_last_bdf+1. The function tbl_size used amd_iommu_last_bdf
instead. This would be a problem if the last device were a large
enough power of 2.
[ Impact: fix amd_iommu_last_bdf off-by-one error ]
Signed-off-by: Neil Turton <nturton@solarflare.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'fs/cramfs')
0 files changed, 0 insertions, 0 deletions