zephyr/subsys/pm
Flavio Ceolin 2cd49ca0fe pm: Fix possible assertion when resuming
pm_system_resume() can be called from the idle thread with
interruptions unmasked. In this situation, _current_cpu will call
z_smp_cpu_mobile() that will return true and cause an assert.

In this function we don't need to check if the current context can be
preempted, we just need the information about which cpu is executing
it.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2022-06-16 19:53:20 -04:00
..
CMakeLists.txt
device_runtime.c
device.c pm: device: helper to query power state 2022-06-08 12:43:00 +02:00
Kconfig
pm_stats.c
pm_stats.h
pm.c pm: Fix possible assertion when resuming 2022-06-16 19:53:20 -04:00
policy.c
state.c