sof icon indicating copy to clipboard operation
sof copied to clipboard

zephyr: use arch_xtensa_uncached_ptr/arch_xtensa_cached_ptr

Open nashif opened this issue 2 years ago • 2 comments

Use direct call to function instead of going over a redefine.

Signed-off-by: Anas Nashif [email protected]

nashif avatar Jan 22 '24 18:01 nashif

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?

dbaluta avatar Jan 23 '24 11:01 dbaluta

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.

LaurentiuM1234 avatar Jan 23 '24 12:01 LaurentiuM1234