]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
xtensa: nommu: provide _PAGE_CHG_MASK definition
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 22 Sep 2014 02:32:47 +0000 (06:32 +0400)
committerLuis Henriques <luis.henriques@canonical.com>
Sun, 13 Dec 2015 17:49:46 +0000 (17:49 +0000)
commit 972c55bf70c04b3deeecec022c8ca64136350655 upstream.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
arch/xtensa/include/asm/pgtable.h

index b2173e5da601cbe57303f9060faacb0dde0310cf..cd1c00fc744fb7e908560d81ef8396513613cfc7 100644 (file)
 
 #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)