1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Fundamental kernel parameters.
5 * Based on <asm-i386/param.h>.
7 * Modified 1998, 1999, 2002-2003
8 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
10 #ifndef _UAPI_ASM_IA64_PARAM_H
11 #define _UAPI_ASM_IA64_PARAM_H
14 #define EXEC_PAGESIZE 65536
20 #define MAXHOSTNAMELEN 64 /* max length of hostname */
24 * Technically, this is wrong, but some old apps still refer to it. The proper way to
25 * get the HZ value is via sysconf(_SC_CLK_TCK).
30 #endif /* _UAPI_ASM_IA64_PARAM_H */