xref: /openbmc/linux/arch/ia64/include/uapi/asm/ustack.h (revision 6f52b16c)
16f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
243e40f25SDavid Howells #ifndef _UAPI_ASM_IA64_USTACK_H
343e40f25SDavid Howells #define _UAPI_ASM_IA64_USTACK_H
443e40f25SDavid Howells 
543e40f25SDavid Howells /*
643e40f25SDavid Howells  * Constants for the user stack size
743e40f25SDavid Howells  */
843e40f25SDavid Howells 
943e40f25SDavid Howells 
1043e40f25SDavid Howells /* Make a default stack size of 2GiB */
1143e40f25SDavid Howells #define DEFAULT_USER_STACK_SIZE	(1UL << 31)
1243e40f25SDavid Howells 
1343e40f25SDavid Howells #endif /* _UAPI_ASM_IA64_USTACK_H */
14