commit | b514e55569855bbaab782a8ec073630ed4e99c68 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Wed Sep 17 17:14:27 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Sep 19 12:59:30 2008 +0200 |
tree | af3a8371d5e1ad2cdb9f72dbc1b78000c6872f11 | |
parent | 199d0d501202f077fe647a5c14fe046b17abc46b [diff] |
AMD IOMMU: calculate IVHD size with a function The current calculation of the IVHD entry size is hard to read. So move this code to a seperate function to make it more clear what this calculation does. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>