[PATCH 08/26] iommu/vt-d: Don't pre-allocate domain ids for si_domain

2015-08-05 Thread Joerg Roedel
From: Joerg Roedel There is no reason for this special handling of the si_domain. The per-iommu domain-id can be allocated on-demand like for any other domain. So remove the pre-allocation code. Signed-off-by: Joerg Roedel --- drivers/iommu/intel-iommu.c | 28 +--- 1

[PATCH 08/26] iommu/vt-d: Don't pre-allocate domain ids for si_domain

2015-08-05 Thread Joerg Roedel
From: Joerg Roedel jroe...@suse.de There is no reason for this special handling of the si_domain. The per-iommu domain-id can be allocated on-demand like for any other domain. So remove the pre-allocation code. Signed-off-by: Joerg Roedel jroe...@suse.de --- drivers/iommu/intel-iommu.c | 28