]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] acpi bridge hotadd: Take the PCI lock when modifying pci bus or device lists
authorRajesh Shah <rajesh.shah@intel.com>
Thu, 28 Apr 2005 07:25:48 +0000 (00:25 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Jun 2005 04:52:40 +0000 (21:52 -0700)
commite4ea9bb7e9f177e03a917b1f1213de0315f819ee
tree482599b5f367e997dfe30590860091bb06219882
parentcc57450f5c044270d2cf1dd437c1850422262109
[PATCH] acpi bridge hotadd: Take the PCI lock when modifying pci bus or device lists

With root bridge and pci bridge hot-plug, new buses and devices can be added
or removed at run time.  Protect the pci bus and device lists with the pci
lock when doing so.

Signed-off-by: Rajesh Shah <rajesh.shah@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/probe.c