aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/include/asm/pgtable.h')
-rw-r--r--arch/xtensa/include/asm/pgtable.h1
1 files changed, 1 insertions, 0 deletions
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 @@
178 178
179#else /* no mmu */ 179#else /* no mmu */
180 180
181# define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
181# define PAGE_NONE __pgprot(0) 182# define PAGE_NONE __pgprot(0)
182# define PAGE_SHARED __pgprot(0) 183# define PAGE_SHARED __pgprot(0)
183# define PAGE_COPY __pgprot(0) 184# define PAGE_COPY __pgprot(0)