Skip to content

platform: intel: ace: fix is_uncached() definition#10788

Open
serhiy-katsyuba-intel wants to merge 1 commit into
thesofproject:mainfrom
serhiy-katsyuba-intel:uncached_fix
Open

platform: intel: ace: fix is_uncached() definition#10788
serhiy-katsyuba-intel wants to merge 1 commit into
thesofproject:mainfrom
serhiy-katsyuba-intel:uncached_fix

Conversation

@serhiy-katsyuba-intel
Copy link
Copy Markdown
Contributor

Fixes is_uncached() implementation for Intel ACE platforms.

Fixes is_uncached() implementation for Intel ACE platforms.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes the Intel ACE platform is_uncached() macro so it correctly reports uncached pointers by negating Zephyr’s cached-pointer predicate.

Changes:

  • Updates is_uncached(address) to return true when sys_cache_is_ptr_cached(address) is false.

Copy link
Copy Markdown
Collaborator

@softwarecki softwarecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants