intel_adsp/ace: pm: Remove unnecessary cache flush

soc_cpus_active is not in cached memory.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2024-03-19 21:38:26 +00:00 committed by Maureen Helm
parent c335cb542c
commit b496d0e52d

View file

@ -195,7 +195,6 @@ void power_gate_entry(uint32_t core_id)
}
soc_cpus_active[core_id] = false;
sys_cache_data_flush_range(soc_cpus_active, sizeof(soc_cpus_active));
k_cpu_idle();
/* It is unlikely we get in here, but when this happens