]> git.baikalelectronics.ru Git - kernel.git/commit
vfio-pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 18 Apr 2013 18:42:58 +0000 (12:42 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 24 Apr 2013 17:35:56 +0000 (11:35 -0600)
commitbf7a49c270879049837fd9d35eab60fcb96667f7
tree7910e14d9b7e1758669d831968829cc0c9b4d592
parentea4670874a0810124e7ff63ce6d921c2fcd915d6
vfio-pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK

PCI_MSIX_FLAGS_BIRMASK is mis-named because the BIR mask is in the
Table Offset register, not the flags ("Message Control" per spec)
register.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/vfio_pci.c