- Peter Anvin: more P4 configuration parsing
[davej-history.git] / include / asm-m68k / param.h
blob7f608ec38d3a2fda353668e9978bc9f4fb9298b8
1 #ifndef _M68K_PARAM_H
2 #define _M68K_PARAM_H
4 #include <linux/config.h>
6 #ifndef HZ
7 #define HZ 100
8 #endif
10 #ifndef CONFIG_SUN3
11 #define EXEC_PAGESIZE 4096
12 #else
13 #define EXEC_PAGESIZE 8192
14 #endif
16 #ifndef NGROUPS
17 #define NGROUPS 32
18 #endif
20 #ifndef NOGROUP
21 #define NOGROUP (-1)
22 #endif
24 #define MAXHOSTNAMELEN 64 /* max length of hostname */
26 #ifdef __KERNEL__
27 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
28 #endif
30 #endif /* _M68K_PARAM_H */