blob: f0125cf5a9df7dac55b4ffdb25b150befb6ab048 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASMSPARC64_PARAM_H
2#define _ASMSPARC64_PARAM_H
3
David S. Millera6524812005-07-08 15:21:51 -07004
Linus Torvalds1da177e2005-04-16 15:20:36 -07005#ifdef __KERNEL__
David S. Millera6524812005-07-08 15:21:51 -07006# define HZ CONFIG_HZ /* Internal kernel timer frequency */
Linus Torvalds1da177e2005-04-16 15:20:36 -07007# define USER_HZ 100 /* .. some user interfaces are in "ticks" */
8# define CLOCKS_PER_SEC (USER_HZ)
9#endif
10
11#ifndef HZ
12#define HZ 100
13#endif
14
15#define EXEC_PAGESIZE 8192 /* Thanks for sun4's we carry baggage... */
16
17#ifndef NOGROUP
18#define NOGROUP (-1)
19#endif
20
21#define MAXHOSTNAMELEN 64 /* max length of hostname */
22
23#endif /* _ASMSPARC64_PARAM_H */