]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/amd: Remove amd_iommu_pd_list
authorJoerg Roedel <jroedel@suse.de>
Fri, 26 Apr 2019 13:17:20 +0000 (15:17 +0200)
committerJoerg Roedel <jroedel@suse.de>
Fri, 26 Apr 2019 13:17:20 +0000 (15:17 +0200)
commit2faca4f4ece58f03e082a43430e2adabf7cca4f8
tree5b12b4df54310d46584c9e3a29c3939b53ced51d
parentbdda051ceb99be8fd54b78968260c37311543f5e
iommu/amd: Remove amd_iommu_pd_list

This variable hold a global list of allocated protection
domains in the AMD IOMMU driver. By now this list is never
traversed anymore, so the list and the lock protecting it
can be removed.

Cc: Tom Murphy <tmurphy@arista.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu.c
drivers/iommu/amd_iommu_init.c
drivers/iommu/amd_iommu_types.h