blob: 0982f1d39499fbe337b440cc995913e2fbbb792d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_ALPHA_PARAM_H
2#define _ASM_ALPHA_PARAM_H
3
4/* ??? Gross. I don't want to parameterize this, and supposedly the
5 hardware ignores reprogramming. We also need userland buy-in to the
6 change in HZ, since this is visible in the wait4 resources etc. */
7
H. Peter Anvinbdc80782008-02-08 04:21:26 -08008#define HZ CONFIG_HZ
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#define USER_HZ HZ
10
11#define EXEC_PAGESIZE 8192
12
13#ifndef NOGROUP
14#define NOGROUP (-1)
15#endif
16
17#define MAXHOSTNAMELEN 64 /* max length of hostname */
18
19#ifdef __KERNEL__
20# define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
21#endif
22
23#endif /* _ASM_ALPHA_PARAM_H */