commit | 3ff2dcc058946c48afd3f2c8cd9e3a880b466c5b | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Wed Aug 23 16:28:09 2017 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Wed Aug 23 16:28:09 2017 +0200 |
tree | c22d36b858dde810a04ad9a1153dca04741185b4 | |
parent | 68a17f0be6feb8de1f5e26b93f49791031374c4c [diff] |
iommu/pamu: Fix PAMU boot crash Commit 68a17f0be6fe introduced an initialization order problem, where devices are linked against an iommu which is not yet initialized. Fix it by initializing the iommu-device before the iommu-ops are registered against the bus. Reported-by: Michael Ellerman <mpe@ellerman.id.au> Fixes: 68a17f0be6fe ('iommu/pamu: Add support for generic iommu-device') Signed-off-by: Joerg Roedel <jroedel@suse.de>