aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/m68k/include/asm/page.h3
-rw-r--r--arch/m68k/include/asm/page_mm.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/page.h b/arch/m68k/include/asm/page.h
index 7c360dac00b7..38b024a0b045 100644
--- a/arch/m68k/include/asm/page.h
+++ b/arch/m68k/include/asm/page.h
@@ -48,6 +48,9 @@ extern unsigned long _ramend;
48#include <asm/page_no.h> 48#include <asm/page_no.h>
49#endif 49#endif
50 50
51#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \
52 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
53
51#include <asm-generic/getorder.h> 54#include <asm-generic/getorder.h>
52 55
53#endif /* _M68K_PAGE_H */ 56#endif /* _M68K_PAGE_H */
diff --git a/arch/m68k/include/asm/page_mm.h b/arch/m68k/include/asm/page_mm.h
index 89f201434b5a..5029f73e6294 100644
--- a/arch/m68k/include/asm/page_mm.h
+++ b/arch/m68k/include/asm/page_mm.h
@@ -173,7 +173,4 @@ static inline __attribute_const__ int __virt_to_node_shift(void)
173 173
174#endif /* __ASSEMBLY__ */ 174#endif /* __ASSEMBLY__ */
175 175
176#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \
177 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
178
179#endif /* _M68K_PAGE_MM_H */ 176#endif /* _M68K_PAGE_MM_H */