1 #ifndef _ASMCRIS_PARAM_H
2 #define _ASMCRIS_PARAM_H
4 /* Currently we assume that HZ=100 is good for CRIS. */
6 # define HZ CONFIG_HZ /* Internal kernel timer frequency */
7 # define USER_HZ 100 /* .. some user interfaces are in "ticks" */
8 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */
15 #define EXEC_PAGESIZE 8192
21 #define MAXHOSTNAMELEN 64 /* max length of hostname */