Skip to content

Commit 6c84461

Browse files
committed
Merge tag 'pci-v4.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI fix from Bjorn Helgaas: "This is a trivial fix for a change that broke user program compilation (QEMU in this case)" * tag 'pci-v4.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: PCI: Restore PCI_MSIX_FLAGS_BIRMASK definition
2 parents 50d091b + c9ddbac commit 6c84461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/uapi/linux/pci_regs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@
319319
#define PCI_MSIX_PBA 8 /* Pending Bit Array offset */
320320
#define PCI_MSIX_PBA_BIR 0x00000007 /* BAR index */
321321
#define PCI_MSIX_PBA_OFFSET 0xfffffff8 /* Offset into specified BAR */
322+
#define PCI_MSIX_FLAGS_BIRMASK PCI_MSIX_PBA_BIR /* deprecated */
322323
#define PCI_CAP_MSIX_SIZEOF 12 /* size of MSIX registers */
323324

324325
/* MSI-X Table entry format */

0 commit comments

Comments
 (0)