commit | c925b0ecd547afaed51e7fd4b032da32a67bc066 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Fri Jan 10 15:24:37 2025 -0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Mar 14 01:01:32 2025 +0100 |
tree | beec6e3b33eb0abc58dcb5887bb93c2a8ee3d2d1 | |
parent | 4b5ceb9dd0464cc828fd43e00105d331a4a5bf1b [diff] |
xtensa: mmu: fix incorrect caching attrs on double mapping Inside map_memory() with double mapping enabled, we should not be mapping the memory with the incoming attributes as-is since the incoming address may be on un-cached region but with caching attribute. So we need to sanitize the attributes according to the incoming address. Signed-off-by: Daniel Leung <daniel.leung@intel.com>