Skip to content
Commit 01858d1b authored by Chris Zankel's avatar Chris Zankel
Browse files

[XTENSA] Add support for executable/non-executable feature in the mmu



Newer processor versions starting with Xtensa6/LX2 support an 'executable'
bit for memory pages. This bit replaces the 'valid' bit, so it must be
always set to one for older processor versions. To mark a page invalid, we now
set the cache-attributes to b11, which is backward compatible.

Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 26465f2f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment