162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Fundamental kernel parameters.
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Based on <asm-i386/param.h>.
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Modified 1998, 1999, 2002-2003
862306a36Sopenharmony_ci *	David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
962306a36Sopenharmony_ci */
1062306a36Sopenharmony_ci#ifndef _UAPI_ASM_IA64_PARAM_H
1162306a36Sopenharmony_ci#define _UAPI_ASM_IA64_PARAM_H
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#define EXEC_PAGESIZE	65536
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#ifndef NOGROUP
1762306a36Sopenharmony_ci# define NOGROUP	(-1)
1862306a36Sopenharmony_ci#endif
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci#define MAXHOSTNAMELEN	64	/* max length of hostname */
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ci#ifndef __KERNEL__
2362306a36Sopenharmony_ci   /*
2462306a36Sopenharmony_ci    * Technically, this is wrong, but some old apps still refer to it.  The proper way to
2562306a36Sopenharmony_ci    * get the HZ value is via sysconf(_SC_CLK_TCK).
2662306a36Sopenharmony_ci    */
2762306a36Sopenharmony_ci# define HZ 1024
2862306a36Sopenharmony_ci#endif
2962306a36Sopenharmony_ci
3062306a36Sopenharmony_ci#endif /* _UAPI_ASM_IA64_PARAM_H */
31