summaryrefslogtreecommitdiffstats
path: root/arch/c6x/include/asm/page.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--arch/c6x/include/asm/page.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/c6x/include/asm/page.h b/arch/c6x/include/asm/page.h
new file mode 100644
index 000000000..400798990
--- /dev/null
+++ b/arch/c6x/include/asm/page.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_C6X_PAGE_H
+#define _ASM_C6X_PAGE_H
+
+#define VM_DATA_DEFAULT_FLAGS VM_DATA_FLAGS_TSK_EXEC
+
+#include <asm-generic/page.h>
+
+#endif /* _ASM_C6X_PAGE_H */