WIP FPC-III support
[linux/fpc-iii.git] / arch / ia64 / include / uapi / asm / ustack.h
blob703cc5f546ff63e52c0cd0c52e56f686b9678ebe
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_ASM_IA64_USTACK_H
3 #define _UAPI_ASM_IA64_USTACK_H
5 /*
6 * Constants for the user stack size
7 */
10 /* Make a default stack size of 2GiB */
11 #define DEFAULT_USER_STACK_SIZE (1UL << 31)
13 #endif /* _UAPI_ASM_IA64_USTACK_H */