Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

xtensa: nommu: provide _PAGE_CHG_MASK definition



Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 4d5ea702
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)