x86/amd-iommu: Let domain_for_device handle aliases
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 24 Nov 2009 14:39:42 +0000 (15:39 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 27 Nov 2009 13:17:09 +0000 (14:17 +0100)
commit15898bbcb48fc86c2baff156163df0941ecb6a15
tree0c3992a2bcedab86647f3829bbbc97e9eec9dfdb
parentf3be07da531ceef1b51295e5becc9bc07670b671
x86/amd-iommu: Let domain_for_device handle aliases

If there is no domain associated to a device yet and the
device has an alias device which already has a domain, the
original device needs to have the same domain as the alias
device.
This patch changes domain_for_device to handle this
situation and directly assigns the alias device domain to
the device in this situation.

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