Release 4.14 arch/alpha/include/uapi/asm/param.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_ALPHA_PARAM_H
#define _UAPI_ASM_ALPHA_PARAM_H
#define HZ 1024
#define EXEC_PAGESIZE 8192
#ifndef NOGROUP
#define NOGROUP (-1)
#endif
#define MAXHOSTNAMELEN 64
/* max length of hostname */
#endif /* _UAPI_ASM_ALPHA_PARAM_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
David Howells | 31 | 96.88% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 3.12% | 1 | 50.00% |
Total | 32 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.