We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb592d commit 32cf0e0Copy full SHA for 32cf0e0
soc/intel/intel_adsp/ace/power.c
@@ -43,7 +43,7 @@ __imr void power_init(void)
43
#if CONFIG_SOC_INTEL_ACE15_MTPM
44
*((__sparse_force uint32_t *)sys_cache_cached_ptr_get(&adsp_pending_buffer)) =
45
INTEL_ADSP_ACE15_MAGIC_KEY;
46
- cache_data_flush_range((__sparse_force void *)
+ sys_cache_data_flush_range((__sparse_force void *)
47
sys_cache_cached_ptr_get(&adsp_pending_buffer),
48
sizeof(adsp_pending_buffer));
49
#endif /* CONFIG_SOC_INTEL_ACE15_MTPM */
0 commit comments