Ok, test10-final is out there now. This has no _known_ bugs that I
[davej-history.git] / include / asm-sparc / param.h
blob02bfeaeb2dbb1dd15bc7e930ac1017f0cb35628f
1 /* $Id: param.h,v 1.4 2000/10/30 21:01:41 davem Exp $ */
2 #ifndef _ASMSPARC_PARAM_H
3 #define _ASMSPARC_PARAM_H
5 #ifndef HZ
6 #define HZ 100
7 #endif
9 #define EXEC_PAGESIZE 8192 /* Thanks for sun4's we carry baggage... */
11 #ifndef NGROUPS
12 #define NGROUPS 32
13 #endif
15 #ifndef NOGROUP
16 #define NOGROUP (-1)
17 #endif
19 #define MAXHOSTNAMELEN 64 /* max length of hostname */
21 #ifdef __KERNEL__
22 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
23 #endif
25 #endif