summaryrefslogtreecommitdiff
path: root/arch/m68k/include/uapi/asm/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/uapi/asm/param.h')
-rw-r--r--arch/m68k/include/uapi/asm/param.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/m68k/include/uapi/asm/param.h b/arch/m68k/include/uapi/asm/param.h
new file mode 100644
index 00000000000..36265ccf5c7
--- /dev/null
+++ b/arch/m68k/include/uapi/asm/param.h
@@ -0,0 +1,12 @@
+#ifndef _M68K_PARAM_H
+#define _M68K_PARAM_H
+
+#ifdef __uClinux__
+#define EXEC_PAGESIZE 4096
+#else
+#define EXEC_PAGESIZE 8192
+#endif
+
+#include <asm-generic/param.h>
+
+#endif /* _M68K_PARAM_H */