commit | 7455aab1f95f6464c5af3fbdee28744e73f38564 | [log] [tgz] |
---|---|---|
author | Neil Turton <nturton@solarflare.com> | Thu May 14 14:08:11 2009 +0100 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Thu May 28 18:06:38 2009 +0200 |
tree | 8eb400d9e888b73c933617b24480221f20268a53 | |
parent | 421f909c803d1c397f6c66b75653f238696c39ee [diff] |
amd-iommu: fix the handling of device aliases in the AMD IOMMU driver. The devid parameter to set_dev_entry_from_acpi is the requester ID rather than the device ID since it is used to index the IOMMU device table. The handling of IVHD_DEV_ALIAS used to pass the device ID. This patch fixes it to pass the requester ID. [ Impact: fix setting the wrong req-id in acpi-table parsing ] Signed-off-by: Neil Turton <nturton@solarflare.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>