commit | f66e225828c1b046c7db1db65b0dd2d135f6a2da | [log] [tgz] |
---|---|---|
author | David Woodhouse <[email protected]> | Wed Apr 12 13:25:58 2017 +0100 |
committer | Bjorn Helgaas <[email protected]> | Thu Apr 20 08:47:47 2017 -0500 |
tree | 69056a22a4d9afcacdc99779741f65f78f0d6cc0 | |
parent | dca40b186b757c7f9a05f870f69e0dfaeca59d7b [diff] |
PCI: Add BAR index argument to pci_mmap_page_range() In all cases we know which BAR it is. Passing it in means that arch code (or generic code; watch this space) won't have to go looking for it again. Signed-off-by: David Woodhouse <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>