]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
iommu/vt-d: Don't pre-allocate domain ids for si_domain
authorJoerg Roedel <jroedel@suse.de>
Tue, 21 Jul 2015 13:40:06 +0000 (15:40 +0200)
committerJoerg Roedel <jroedel@suse.de>
Wed, 12 Aug 2015 14:23:34 +0000 (16:23 +0200)
commit0dc7971594aad73b50722878ea7175055a4fdfcd
tree1c917eb9e583ba8f93493cf4d9fa11733a2ed3f1
parenta1ddcbe9301023928f877b675a40914427928f2a
iommu/vt-d: Don't pre-allocate domain ids for si_domain

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 <jroedel@suse.de>
drivers/iommu/intel-iommu.c