blob: a1cd4974630b4dbac56661a554e1f7b9f61e8f7d [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#include <linux/config.h>
5
Linus Torvalds1da177e2005-04-16 15:20:36 -07006#ifdef __KERNEL__
David S. Millera6524812005-07-08 15:21:51 -07007# define HZ CONFIG_HZ /* Internal kernel timer frequency */
Linus Torvalds1da177e2005-04-16 15:20:36 -07008# 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 */