]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cpuidle: psci: Move the per CPU variable domain_state to a struct
authorUlf Hansson <ulf.hansson@linaro.org>
Fri, 14 Mar 2025 10:00:56 +0000 (11:00 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 23 Apr 2025 08:08:34 +0000 (10:08 +0200)
commit3290e9f98a2d3c43c0c9b89a73affa3aaebe62a3
treead4d18b65ca1e371f2318caf4e26a6c1d250ff95
parent9861f21ff16b6cd919144dae7ff355d5145a3474
cpuidle: psci: Move the per CPU variable domain_state to a struct

To prepare to extend the per CPU variable domain_state to include more
data, let's move it into a struct. A subsequent change will add the new
data. This change have no intended functional impact.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Link: https://lore.kernel.org/r/20250314100103.1294715-3-ulf.hansson@linaro.org
drivers/cpuidle/cpuidle-psci.c