Skip to content

Commit

Permalink
iommu/amd: Print message to system log when irq remapping is enabled
Browse files Browse the repository at this point in the history
Print an indicator to dmesg to easily find out if interrupt
remapping is enabled of a given system.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
  • Loading branch information
Joerg Roedel committed Sep 28, 2012
1 parent c18d238 commit ebe60bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/iommu/amd_iommu_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,8 @@ static void print_iommu_info(void)
}
pr_cont("\n");
}
if (irq_remapping_enabled)
pr_info("AMD-Vi: Interrupt remapping enabled\n");
}

static int __init amd_iommu_init_pci(void)
Expand Down

0 comments on commit ebe60bb

Please sign in to comment.