You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zephyr: lib: alloc: use of is_cached() breaks non-xtensa builds
is_cached() is not available in posix Zephyr builds (like fuzzer).
Use standard Zephyr interface for cache primitives instead.
Fixes: 9ff0a7a ("alloc: sof_heap: Add missing support for shared buffers in sof_heap_alloc")
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
0 commit comments