Commit 972c55bf authored by Max Filippov's avatar Max Filippov

xtensa: nommu: provide _PAGE_CHG_MASK definition

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 4d5ea702
......@@ -178,6 +178,7 @@
#else /* no mmu */
# define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
# define PAGE_NONE __pgprot(0)
# define PAGE_SHARED __pgprot(0)
# define PAGE_COPY __pgprot(0)
......
Markdown is supported
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