xref: /linux/arch/alpha/include/uapi/asm/param.h (revision b889fcf63cb62e7fdb7816565e28f44dbe4a76a5)
1 #ifndef _UAPI_ASM_ALPHA_PARAM_H
2 #define _UAPI_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 
8 #ifndef __KERNEL__
9 #define HZ		1024
10 #endif
11 
12 #define EXEC_PAGESIZE	8192
13 
14 #ifndef NOGROUP
15 #define NOGROUP		(-1)
16 #endif
17 
18 #define MAXHOSTNAMELEN	64	/* max length of hostname */
19 
20 
21 #endif /* _UAPI_ASM_ALPHA_PARAM_H */
22