]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 18 Apr 2013 00:10:07 +0000 (18:10 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 23 Apr 2013 15:50:30 +0000 (09:50 -0600)
commit8c0c27d638bcf3893d3f57b3e1387a698a8c1c6a
treec606439f6332b4051ae9fb43addfaee9db327773
parent812da4f94b85a7fe34620dfb94d2fd4ed25c3226
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>
drivers/pci/msi.c