Skip to content
Commit 276dbf99 authored by David Woodhouse's avatar David Woodhouse
Browse files

intel-iommu: Handle PCI domains appropriately.



We were comparing {bus,devfn} and assuming that a match meant it was the
same device. It doesn't -- the same {bus,devfn} can exist in
multiple PCI domains. Include domain number in device identification
(and call it 'segment' in most places, because there's already a lot of
references to 'domain' which means something else, and this code is
infected with ACPI thinking already).

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 924b6231
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment