Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
intel_adsp/ace: power: pad the hpsram_mask passed to power_down
The power_down() function will lock dcache for the hpsram_mask array. On some platforms, the dcache lock will fail if the array is on cache line that can be used for window register context saves. Work around this by aligning and padding the hpsram_mask to cacheline size. (cherry picked from commit 2fcdbba) Original-Link: thesofproject/sof#9268 Original-Signed-off-by: Kai Vehmanen <[email protected]> GitOrigin-RevId: 2fcdbba Cr-Build-Id: 8740088176811114337 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8740088176811114337 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: Ia4459bc8d6bbea78f2d1e4a4601d0396b2f3b7ef Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5776799 Tested-by: ChromeOS Prod (Robot) <[email protected]> Commit-Queue: Jeremy Bettis <[email protected]> Tested-by: Jeremy Bettis <[email protected]> Reviewed-by: Jeremy Bettis <[email protected]>
- Loading branch information