]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/amd: Use iommu_attach_group()
authorJoerg Roedel <jroedel@suse.de>
Tue, 28 Jul 2015 14:58:47 +0000 (16:58 +0200)
committerJoerg Roedel <jroedel@suse.de>
Thu, 30 Jul 2015 08:28:48 +0000 (10:28 +0200)
commit5479f162fd0833c86324b030dfdf9eb24fa89640
treec29a668167d2a503fe021e0153af1c5e0423a889
parent54dce1524e21524def4405a79436684fb324a185
iommu/amd: Use iommu_attach_group()

Since the conversion to default domains the
iommu_attach_device function only works for devices with
their own group. But this isn't always true for current
IOMMUv2 capable devices, so use iommu_attach_group instead.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu_v2.c