sof
sof copied to clipboard
zephyr: use arch_xtensa_uncached_ptr/arch_xtensa_cached_ptr
Use direct call to function instead of going over a redefine.
Signed-off-by: Anas Nashif [email protected]
I think we are fine with this, but it won't compile on arm64.
Cc: @LaurentiuM1234 I wonder why we havent added a build for imx93 here?
Cc: @LaurentiuM1234 I wonder why we havent added a build for imx93 here?
we do have that. It's just that the code being changed here is not used by 93 (because of some configs not being selected). At first glance, this code shouldn't compile anyways on 93 because z_soc_uncached_ptr() is an Intel-only thing as far as I can tell.