commit | 42293cfffe80b045f8568ce2296491615becc065 | [log] [tgz] |
---|---|---|
author | Daniel DeGrasse <daniel.degrasse@nxp.com> | Wed Dec 15 13:19:29 2021 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Dec 15 16:47:18 2021 -0500 |
tree | a635307eab70a67522b3217e14298ac162834a17 | |
parent | 94647d8e67407993780624f10d700037bf9a5817 [diff] |
pm: policy: Fix address of cpus_states variable Incorrect address was being taken for cpus_states variable, causing transition to low power modes to fail with an assertion (since the data in the pm_state_info struct is no longer valid). Fix the address. Fixes #41244 Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>