Release 4.14 arch/ia64/include/uapi/asm/ustack.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_ASM_IA64_USTACK_H
#define _UAPI_ASM_IA64_USTACK_H
/*
* Constants for the user stack size
*/
/* Make a default stack size of 2GiB */
#define DEFAULT_USER_STACK_SIZE (1UL << 31)
#endif /* _UAPI_ASM_IA64_USTACK_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
David Howells | 15 | 93.75% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 6.25% | 1 | 50.00% |
Total | 16 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.