commit | 4d121c3256edc66fe8a8e7f975eba72add120a26 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Jun 14 12:21:55 2012 +0200 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Tue Jul 17 12:14:57 2012 +0200 |
tree | e85d2c2a72462128e8c012d127269358b5ffc726 | |
parent | 23c742db217113585ccc6c4a9b6ff96d642b6158 [diff] |
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>