Searched hist:e0ae8fee0e11c1a8e9b45ab14ab5fe58d87f031d (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/acpi/ |
H A D | scan.c | diff e0ae8fee0e11c1a8e9b45ab14ab5fe58d87f031d Fri Aug 30 07:19:29 CDT 2013 Rafael J. Wysocki <rafael.j.wysocki@intel.com> ACPI / scan: Change ordering of locks for device hotplug
Change the ordering of device hotplug locks in scan.c so that acpi_scan_lock is always acquired after device_hotplug_lock.
This will make it possible to use device_hotplug_lock around some code paths that acquire acpi_scan_lock safely (most importantly system suspend and hibernation). Apart from that, acpi_scan_lock is platform-specific and device_hotplug_lock is general, so the new ordering appears to be more appropriate from the overall design viewpoint.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Toshi Kani <toshi.kani@hp.com>
|