[PATCH -tip/apic 1/2] PCI/MSI: Allocate as many multiple-MSIs as requested

2013-04-28 Thread Alexander Gordeev
When multiple MSIs are enabled with pci_enable_msi_block(), the requested number of interrupts 'nvec' is rounded up to the nearest power-of-two value. The result is then used for setting up the number of MSI messages in the PCI device and allocation of interrupt resources in the operating system

[PATCH -tip/apic 1/2] PCI/MSI: Allocate as many multiple-MSIs as requested

2013-04-28 Thread Alexander Gordeev
When multiple MSIs are enabled with pci_enable_msi_block(), the requested number of interrupts 'nvec' is rounded up to the nearest power-of-two value. The result is then used for setting up the number of MSI messages in the PCI device and allocation of interrupt resources in the operating system