make oldconfig will rebuild these...
[linux-2.4.21-pre4.git] / include / asm-ia64 / param.h
1 #ifndef _ASM_IA64_PARAM_H
2 #define _ASM_IA64_PARAM_H
3
4 /*
5  * Fundamental kernel parameters.
6  *
7  * Copyright (C) 1998, 1999 Hewlett-Packard Co
8  * Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com>
9  */
10
11 #include <linux/config.h>
12
13 #ifdef CONFIG_IA64_HP_SIM
14 /*
15  * Yeah, simulating stuff is slow, so let us catch some breath between
16  * timer interrupts...
17  */
18 # define HZ       32
19 #else
20 # define HZ     1024
21 #endif
22
23 #define EXEC_PAGESIZE   65536
24
25 #ifndef NGROUPS
26 # define NGROUPS        32
27 #endif
28
29 #ifndef NOGROUP
30 # define NOGROUP        (-1)
31 #endif
32
33 #define MAXHOSTNAMELEN  64      /* max length of hostname */
34
35 #ifdef __KERNEL__
36 # define CLOCKS_PER_SEC HZ      /* frequency at which times() counts */
37 #endif
38
39 #endif /* _ASM_IA64_PARAM_H */