more debug output
[linux-2.4.git] / include / asm-s390 / param.h
1 /*
2  *  include/asm-s390/param.h
3  *
4  *  S390 version
5  *
6  *  Derived from "include/asm-i386/param.h"
7  */
8
9 #ifndef _ASMS390_PARAM_H
10 #define _ASMS390_PARAM_H
11
12 #ifndef HZ
13 #define HZ 100
14 #endif
15
16 #define EXEC_PAGESIZE   4096
17
18 #ifndef NGROUPS
19 #define NGROUPS         32
20 #endif
21
22 #ifndef NOGROUP
23 #define NOGROUP         (-1)
24 #endif
25
26 #define MAXHOSTNAMELEN  64      /* max length of hostname */
27
28 #ifdef __KERNEL__
29 # define CLOCKS_PER_SEC         HZ      /* frequency at which times() counts */
30 #endif
31
32 #endif