lineage_android_kernel_sams.../drivers/pci
Eric W. Biederman d40f540ce6 msi: Remove msi_lock.
With the removal of msi_lookup_irq all of the functions using msi_lock
operated on a single device and none of them could reasonably be
called on that device at the same time. 

Since what little synchronization that needs to happen needs to happen
outside of the msi functions, msi_lock could never be contended and as
such is useless and just complicates the code.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-02-07 15:50:07 -08:00
..
hotplug shpchp: delete trailing whitespace 2007-02-07 15:50:05 -08:00
pcie
.gitignore
Kconfig
Makefile
access.c
bus.c
hotplug.c
htirq.c
msi.c msi: Remove msi_lock. 2007-02-07 15:50:07 -08:00
msi.h
pci-acpi.c
pci-driver.c PCI : add extremely specialized __pci_reenable_device for default resume 2007-02-07 15:50:03 -08:00
pci-sysfs.c
pci.c MSI: Combine pci_(save|restore)_msi/msix_state 2007-02-07 15:50:07 -08:00
pci.h MSI: Combine pci_(save|restore)_msi/msix_state 2007-02-07 15:50:07 -08:00
probe.c MSI: Remove pci_scan_msi_device() 2007-02-07 15:50:07 -08:00
proc.c
quirks.c MSI: Replace pci_msi_quirk with calls to pci_no_msi() 2007-02-07 15:50:06 -08:00
remove.c
rom.c
search.c PCI: remove pci_find_device_reverse() 2007-02-07 15:50:04 -08:00
setup-bus.c
setup-irq.c
setup-res.c
syscall.c