blob: 96c45101832491ecbb7e0cabdb5b49d49f5fa5d2 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _M68KNOMMU_PARAM_H
2#define _M68KNOMMU_PARAM_H
3
H. Peter Anvinbdc80782008-02-08 04:21:26 -08004#define HZ CONFIG_HZ
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
6#ifdef __KERNEL__
7#define USER_HZ HZ
8#define CLOCKS_PER_SEC (USER_HZ)
9#endif
10
11#define EXEC_PAGESIZE 4096
12
13#ifndef NOGROUP
14#define NOGROUP (-1)
15#endif
16
17#define MAXHOSTNAMELEN 64 /* max length of hostname */
18
19#endif /* _M68KNOMMU_PARAM_H */