iommu/amd: Move informational prinks out of iommu_enable
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 14 Jun 2012 10:21:55 +0000 (12:21 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 17 Jul 2012 10:14:57 +0000 (12:14 +0200)
commit4d121c3256edc66fe8a8e7f975eba72add120a26
treee85d2c2a72462128e8c012d127269358b5ffc726
parent23c742db217113585ccc6c4a9b6ff96d642b6158
iommu/amd: Move informational prinks out of iommu_enable

This function will be called before the PCI subsystem is
initialized. Therefore dev_name doen't work and IOMMU
information can't be printed to the klog as before. Move the
code to print that information to a later point where PCI
initializtion has already happened.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/amd_iommu_init.c