From: Neil Turton Date: Thu, 14 May 2009 13:08:11 +0000 (+0100) Subject: amd-iommu: fix the handling of device aliases in the AMD IOMMU driver. X-Git-Tag: v2.6.31-rc1~408^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7455aab1f95f6464c5af3fbdee28744e73f38564;p=pandora-kernel.git 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 Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed