diff options
author | Yinghai Lu <yinghai@kernel.org> | 2010-04-08 14:58:23 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-04-09 11:33:13 -0400 |
commit | 680a7524622356f5476e8fad2fe32b2b68b432c0 (patch) | |
tree | d0c3db810e627ef590ed3e9f952a80809990bf25 /drivers/pci/intr_remapping.c | |
parent | 5715f0f9d3814e83e5f2f754d3f7abdfa096a0b9 (diff) |
intel-iommu: Print out iommu seq_id
more info on system with more than one IOMMU
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/pci/intr_remapping.c')
-rw-r--r-- | drivers/pci/intr_remapping.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pci/intr_remapping.c b/drivers/pci/intr_remapping.c index 95b849130ad4..c13802a7e109 100644 --- a/drivers/pci/intr_remapping.c +++ b/drivers/pci/intr_remapping.c | |||
@@ -831,9 +831,9 @@ static int ir_parse_ioapic_hpet_scope(struct acpi_dmar_header *header, | |||
831 | return -1; | 831 | return -1; |
832 | } | 832 | } |
833 | 833 | ||
834 | printk(KERN_INFO "IOAPIC id %d under DRHD base" | 834 | printk(KERN_INFO "IOAPIC id %d under DRHD base " |
835 | " 0x%Lx\n", scope->enumeration_id, | 835 | " 0x%Lx IOMMU %d\n", scope->enumeration_id, |
836 | drhd->address); | 836 | drhd->address, iommu->seq_id); |
837 | 837 | ||
838 | ir_parse_one_ioapic_scope(scope, iommu); | 838 | ir_parse_one_ioapic_scope(scope, iommu); |
839 | } else if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_HPET) { | 839 | } else if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_HPET) { |