commit | 1c8d7b0a562da06d3ebe83f01b1ed553205d1ae4 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@linux.intel.com> | Tue Mar 17 08:54:10 2009 -0400 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Mar 20 10:48:14 2009 -0700 |
tree | 79c84432f5aed5a08b3bef262a10d933daae6a9b | |
parent | f2440d9acbe866b917b16cc0f927366341ce9215 [diff] |
PCI MSI: Add support for multiple MSI Add the new API pci_enable_msi_block() to allow drivers to request multiple MSI and reimplement pci_enable_msi in terms of pci_enable_msi_block. Ensure that the architecture back ends don't have to know about multiple MSI. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>