aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/param.h')
-rw-r--r--arch/m68k/include/asm/param.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/m68k/include/asm/param.h b/arch/m68k/include/asm/param.h
deleted file mode 100644
index 36265ccf5c7b..000000000000
--- a/arch/m68k/include/asm/param.h
+++ /dev/null
@@ -1,12 +0,0 @@
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 */