search for: 60f30e7

Displaying 2 results from an estimated 2 matches for "60f30e7".

Did you mean: 6030e0
2010 Jun 10
2
[PATCH for-2.6.35] virtio-pci: disable msi at startup
...ng the pci export please? Rusty, please consider this patch for 2.6.35. drivers/pci/pci.c | 1 + drivers/virtio/virtio_pci.c | 3 +++ include/linux/pci.h | 4 ++++ 3 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 60f30e7..740fb4e 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -2292,6 +2292,7 @@ void pci_msi_off(struct pci_dev *dev) pci_write_config_word(dev, pos + PCI_MSIX_FLAGS, control); } } +EXPORT_SYMBOL_GPL(pci_msi_off); #ifndef HAVE_ARCH_PCI_SET_DMA_MAX_SEGMENT_SIZE int pci_set_dma_max_se...
2010 Jun 10
2
[PATCH for-2.6.35] virtio-pci: disable msi at startup
...ng the pci export please? Rusty, please consider this patch for 2.6.35. drivers/pci/pci.c | 1 + drivers/virtio/virtio_pci.c | 3 +++ include/linux/pci.h | 4 ++++ 3 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 60f30e7..740fb4e 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -2292,6 +2292,7 @@ void pci_msi_off(struct pci_dev *dev) pci_write_config_word(dev, pos + PCI_MSIX_FLAGS, control); } } +EXPORT_SYMBOL_GPL(pci_msi_off); #ifndef HAVE_ARCH_PCI_SET_DMA_MAX_SEGMENT_SIZE int pci_set_dma_max_se...