aboutsummaryrefslogtreecommitdiffstats
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 @@
1#ifndef _M68K_PARAM_H
2#define _M68K_PARAM_H
3
4#ifdef __uClinux__
5#define EXEC_PAGESIZE 4096
6#else
7#define EXEC_PAGESIZE 8192
8#endif
9
10#include <asm-generic/param.h>
11
12#endif /* _M68K_PARAM_H */