include upstream ip1000a driver version 2.09f
[linux-2.4.git] / include / asm-s390x / 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 #ifdef __KERNEL__
15 #define hz_to_std(a) (a)
16 #endif
17 #endif
18
19 #define EXEC_PAGESIZE   4096
20
21 #ifndef NGROUPS
22 #define NGROUPS         32
23 #endif
24
25 #ifndef NOGROUP
26 #define NOGROUP         (-1)
27 #endif
28
29 #define MAXHOSTNAMELEN  64      /* max length of hostname */
30
31 #ifdef __KERNEL__
32 # define CLOCKS_PER_SEC         HZ      /* frequency at which times() counts */
33 #endif
34                                  
35 #endif