commit | 661b40644190eb5987907584920cb11a4a2c7a9e | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Feb 04 00:40:25 2014 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Feb 05 17:40:57 2014 +0100 |
tree | c6534a78b498505fb627be27098618627de43630 | |
parent | b6708fbf98ac01d27c8d4d7f7b4fa87583b658cc [diff] |
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>