ACPI / hotplug / PCI: Drop crit_sect locking
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 3 Feb 2014 23:40:25 +0000 (00:40 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 5 Feb 2014 16:40:57 +0000 (17:40 +0100)
commit661b40644190eb5987907584920cb11a4a2c7a9e
treec6534a78b498505fb627be27098618627de43630
parentb6708fbf98ac01d27c8d4d7f7b4fa87583b658cc
ACPI / hotplug / PCI: Drop crit_sect locking

After recent PCI core changes related to the rescan/remove locking,
the code sections under crit_sect mutexes from ACPIPHP slot objects
are always executed under the general PCI rescan/remove lock.
For this reason, the crit_sect mutexes are simply redundant, so drop
them.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Tested-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pci/hotplug/acpiphp.h
drivers/pci/hotplug/acpiphp_glue.c
This page took 0.02387 seconds and 5 git commands to generate.