PCI: vmd: Correct comment: VMD domains start at 0x10000, not 0x1000
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 19 Jun 2017 20:26:57 +0000 (15:26 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Sun, 2 Jul 2017 23:47:15 +0000 (18:47 -0500)
commit575a144e7b3006c1b583ccecc4ede8b180d00d0c
tree3fb8d4ebafd55b6376f0aa9a6e2cb5206132ab84
parent769b461fc0c0451bacf75826d5830fc07c5a57e4
PCI: vmd: Correct comment: VMD domains start at 0x10000, not 0x1000

VMD domains are allocated starting at 0x10000, not 0x1000 as the comment
said.  Correct the comment and add a reference to the ACPI spec for _SEG.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Keith Busch <keith.busch@intel.com>
drivers/pci/host/vmd.c