Add ia64 arch
[platform/upstream/linux-glibc-devel.git] / usr / include / asm-ia64 / param.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
3  * Fundamental kernel parameters.
4  *
5  * Based on <asm-i386/param.h>.
6  *
7  * Modified 1998, 1999, 2002-2003
8  *      David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
9  */
10 #ifndef _ASM_IA64_PARAM_H
11 #define _ASM_IA64_PARAM_H
12
13
14 #define EXEC_PAGESIZE   65536
15
16 #ifndef NOGROUP
17 # define NOGROUP        (-1)
18 #endif
19
20 #define MAXHOSTNAMELEN  64      /* max length of hostname */
21
22    /*
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).
25     */
26 # define HZ 1024
27
28 #endif /* _ASM_IA64_PARAM_H */