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:
parent
c335cb542c
commit
b496d0e52d
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue