x86/PCI: Use is_vmd() rather than relying on the domain number
authorJon Derrick <jonathan.derrick@intel.com>
Thu, 17 Aug 2017 18:10:13 +0000 (12:10 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 30 Aug 2017 21:41:49 +0000 (16:41 -0500)
commitc37f23d44e866d079d30399cb358dd19617562a1
tree846d576d97cb4c9b66017f56a478df011307c6da
parentf1b0e54e16b3db7882b4158ab4a26b87841753fd
x86/PCI: Use is_vmd() rather than relying on the domain number

Use the is_vmd() predicate to identify devices below a VMD host rather than
relying on the domain number.

Signed-off-by: Jon Derrick <jonathan.derrick@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/pci/fixup.c