From: Max Filippov Date: Mon, 22 Sep 2014 02:32:47 +0000 (+0400) Subject: xtensa: nommu: provide _PAGE_CHG_MASK definition X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=972c55bf70c04b3deeecec022c8ca64136350655;p=linux-beck.git xtensa: nommu: provide _PAGE_CHG_MASK definition Signed-off-by: Max Filippov --- diff --git a/arch/xtensa/include/asm/pgtable.h b/arch/xtensa/include/asm/pgtable.h index 0383aed59121..872bf0194e6d 100644 --- a/arch/xtensa/include/asm/pgtable.h +++ b/arch/xtensa/include/asm/pgtable.h @@ -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)