iommu: Move default domain allocation to iommu_group_get_for_dev()
authorJoerg Roedel <jroedel@suse.de>
Wed, 21 Oct 2015 21:51:43 +0000 (23:51 +0200)
committerJoerg Roedel <jroedel@suse.de>
Wed, 21 Oct 2015 22:00:49 +0000 (00:00 +0200)
commit1228236de5f978970fb814cc27138cdb00cbb48d
treea5b3157912558f49859458325d6bdad57dd89dd5
parent391811e185408671180745dfd30914bb64f6368e
iommu: Move default domain allocation to iommu_group_get_for_dev()

Now that the iommu core support for iommu groups is not
pci-centric anymore, we can move default domain allocation
to the bus independent iommu_group_get_for_dev() function.

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