WIP FPC-III support
[linux/fpc-iii.git] / arch / ia64 / include / uapi / asm / param.h
blob123ab45940b46a3ed9bdd27d0a663c54a8666d35
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
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
9 */
10 #ifndef _UAPI_ASM_IA64_PARAM_H
11 #define _UAPI_ASM_IA64_PARAM_H
14 #define EXEC_PAGESIZE 65536
16 #ifndef NOGROUP
17 # define NOGROUP (-1)
18 #endif
20 #define MAXHOSTNAMELEN 64 /* max length of hostname */
22 #ifndef __KERNEL__
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).
27 # define HZ 1024
28 #endif
30 #endif /* _UAPI_ASM_IA64_PARAM_H */