2 * Fundamental kernel parameters.
4 * Based on <asm-i386/param.h>.
6 * Modified 1998, 1999, 2002-2003
7 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
9 #ifndef _UAPI_ASM_IA64_PARAM_H
10 #define _UAPI_ASM_IA64_PARAM_H
13 #define EXEC_PAGESIZE 65536
19 #define MAXHOSTNAMELEN 64 /* max length of hostname */
23 * Technically, this is wrong, but some old apps still refer to it. The proper way to
24 * get the HZ value is via sysconf(_SC_CLK_TCK).
29 #endif /* _UAPI_ASM_IA64_PARAM_H */