]> git.baikalelectronics.ru Git - kernel.git/commit
x86/amd-iommu: Keep devices per domain in a list
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 26 Nov 2009 10:13:32 +0000 (11:13 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 27 Nov 2009 13:20:34 +0000 (14:20 +0100)
commit9be618c610912feb098fac5fae0a898d5aa50265
tree48b5d1f73cd3814de15d32a0e82a963dd4237f9c
parentca4a90501e8b10f8bf90c0814c246e487d5ca8c2
x86/amd-iommu: Keep devices per domain in a list

This patch introduces a list to each protection domain which
keeps all devices associated with the domain. This can be
used later to optimize certain functions and to completly
remove the amd_iommu_pd_table.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
arch/x86/include/asm/amd_iommu_types.h
arch/x86/kernel/amd_iommu.c