diff options
Diffstat (limited to 'include/asm-m68k/param.h')
-rw-r--r-- | include/asm-m68k/param.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-m68k/param.h b/include/asm-m68k/param.h index 7d37eb540..9c9d81d0f 100644 --- a/include/asm-m68k/param.h +++ b/include/asm-m68k/param.h @@ -1,8 +1,6 @@ #ifndef _M68K_PARAM_H #define _M68K_PARAM_H -#include <linux/config.h> - #ifndef HZ #define HZ 100 #ifdef __KERNEL__ @@ -10,11 +8,7 @@ #endif #endif -#ifndef CONFIG_SUN3 -#define EXEC_PAGESIZE 4096 -#else #define EXEC_PAGESIZE 8192 -#endif #ifndef NGROUPS #define NGROUPS 32 |