iommu/amd: Work around wrong IOAPIC device-id in IVRS table
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 16 Oct 2012 12:52:51 +0000 (14:52 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 16 Oct 2012 12:52:51 +0000 (14:52 +0200)
On some systems the BIOS puts the wrong device-id for the
IO-APIC into the IVRS table. The result is that interrupt
remapping is not working for the IO-APIC irqs. This usually
means a kernel panic at boot because the timer is not
working.
Fix this kernel panic by disabling interrupt remapping if
this problem is discovered in the IVRS table.

Reported-by: Andrew Oakley <andrew@ado.is-a-geek.net>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>

No differences found