]> git.hungrycats.org Git - linux/commitdiff
PCI: Restore PCI_MSIX_FLAGS_BIRMASK definition
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 14 Jul 2015 23:27:46 +0000 (18:27 -0500)
committerSasha Levin <sasha.levin@oracle.com>
Thu, 27 Aug 2015 17:25:32 +0000 (13:25 -0400)
[ Upstream commit c9ddbac9c89110f77cb0fa07e634aaf1194899aa ]

09a2c73ddfc7 ("PCI: Remove unused PCI_MSIX_FLAGS_BIRMASK definition")
removed PCI_MSIX_FLAGS_BIRMASK from an exported header because it was
unused in the kernel.  But that breaks user programs that were using it
(QEMU in particular).

Restore the PCI_MSIX_FLAGS_BIRMASK definition.

[bhelgaas: changelog]
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: stable@vger.kernel.org # v3.13+
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
include/uapi/linux/pci_regs.h

index 4a1d0cc38ff29302cf294a220bf4526a6a7a6caf..7dd8d80edfb641b48219dae1e147a065458410ea 100644 (file)
 #define PCI_MSIX_PBA           8       /* Pending Bit Array offset */
 #define  PCI_MSIX_PBA_BIR      0x00000007 /* BAR index */
 #define  PCI_MSIX_PBA_OFFSET   0xfffffff8 /* Offset into specified BAR */
+#define PCI_MSIX_FLAGS_BIRMASK PCI_MSIX_PBA_BIR /* deprecated */
 #define PCI_CAP_MSIX_SIZEOF    12      /* size of MSIX registers */
 
 /* MSI-X Table entry format */