make oldconfig will rebuild these...
[linux-2.4.21-pre4.git] / include / asm-mips64 / param.h
1 /*
2  * This file is subject to the terms and conditions of the GNU General Public
3  * License.  See the file "COPYING" in the main directory of this archive
4  * for more details.
5  *
6  * Copyright 1994 - 2000 Ralf Baechle (ralf@gnu.org)
7  * Copyright 2000 Silicon Graphics, Inc.
8  */
9 #ifndef _ASM_PARAM_H
10 #define _ASM_PARAM_H
11
12 #ifndef HZ
13 #define HZ 100
14 #  define HZ 100
15 #ifdef __KERNEL__
16 #  define hz_to_std(a) (a)
17 #endif
18 #endif
19
20 #define EXEC_PAGESIZE   4096
21
22 #ifndef NGROUPS
23 #define NGROUPS         32
24 #endif
25
26 #ifndef NOGROUP
27 #define NOGROUP         (-1)
28 #endif
29
30 #define MAXHOSTNAMELEN  64      /* max length of hostname */
31
32 #ifdef __KERNEL__
33 # define CLOCKS_PER_SEC 100     /* frequency at which times() counts */
34 #endif
35
36 #endif /* _ASM_PARAM_H */