PM / Domains: Search for the CPU device outside the genpd lock
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 25 Apr 2019 09:04:12 +0000 (11:04 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 25 Apr 2019 21:18:03 +0000 (23:18 +0200)
commitb24e196586fecafed1c3cff9b2f87c1a64138ade
tree5ee94efe0a97db0504273ccc503f66482b5120b7
parenta174920d69db9be80332f535db4a8ca2e3bccf24
PM / Domains: Search for the CPU device outside the genpd lock

While attaching/detaching a device to a PM domain (genpd) with
GENPD_FLAG_CPU_DOMAIN set, genpd iterates the cpu_possible_mask to
check whether or not the device corresponds to a CPU. This iteration
is done while holding the genpd's lock, which is unnecessary.

Avoid the locking by restructuring the corresponding code a bit.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/domain.c