Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / asm-sparc64 / param.h
1 #ifndef _ASMSPARC64_PARAM_H
2 #define _ASMSPARC64_PARAM_H
3
4 #include <linux/config.h>
5
6 #ifdef __KERNEL__
7 # define HZ             CONFIG_HZ       /* Internal kernel timer frequency */
8 # define USER_HZ        100     /* .. some user interfaces are in "ticks" */
9 # define CLOCKS_PER_SEC (USER_HZ)
10 #endif
11
12 #ifndef HZ
13 #define HZ 100
14 #endif
15
16 #define EXEC_PAGESIZE   8192    /* Thanks for sun4's we carry baggage... */
17
18 #ifndef NOGROUP
19 #define NOGROUP         (-1)
20 #endif
21
22 #define MAXHOSTNAMELEN  64      /* max length of hostname */
23
24 #endif /* _ASMSPARC64_PARAM_H */