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)
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>

No differences found