1 #ifndef _ASM_IA64_PARAM_H
2 #define _ASM_IA64_PARAM_H
5 * Fundamental kernel parameters.
7 * Based on <asm-i386/param.h>.
9 * Modified 1998, 1999, 2002-2003
10 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
13 #define EXEC_PAGESIZE 65536
19 #define MAXHOSTNAMELEN 64 /* max length of hostname */
22 # include <linux/config.h> /* mustn't include <linux/config.h> outside of #ifdef __KERNEL__ */
23 # ifdef CONFIG_IA64_HP_SIM
25 * Yeah, simulating stuff is slow, so let us catch some breath between
33 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
36 * Technically, this is wrong, but some old apps still refer to it. The proper way to
37 * get the HZ value is via sysconf(_SC_CLK_TCK).
42 #endif /* _ASM_IA64_PARAM_H */