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)
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

index e27ad2a3bd33f8de025aff5e320f858356860e73..53aa1d4b17e889694114d489a9ba2b864a43fe1c 100644 (file)
@@ -539,7 +539,10 @@ static void vmd_detach_resources(struct vmd_dev *vmd)
 }
 
 /*
- * VMD domains start at 0x1000 to not clash with ACPI _SEG domains.
+ * VMD domains start at 0x10000 to not clash with ACPI _SEG domains.
+ * Per ACPI r6.0, sec 6.5.6,  _SEG returns an integer, of which the lower
+ * 16 bits are the PCI Segment Group (domain) number.  Other bits are
+ * currently reserved.
  */
 static int vmd_find_free_domain(void)
 {