ustack.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) ustack.h (6f52b16c5b29b89d92c0e7236f4655dc8491ad70)
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1#ifndef _UAPI_ASM_IA64_USTACK_H
2#define _UAPI_ASM_IA64_USTACK_H
3
4/*
5 * Constants for the user stack size
6 */
7
8
9/* Make a default stack size of 2GiB */
10#define DEFAULT_USER_STACK_SIZE (1UL << 31)
11
12#endif /* _UAPI_ASM_IA64_USTACK_H */
2#ifndef _UAPI_ASM_IA64_USTACK_H
3#define _UAPI_ASM_IA64_USTACK_H
4
5/*
6 * Constants for the user stack size
7 */
8
9
10/* Make a default stack size of 2GiB */
11#define DEFAULT_USER_STACK_SIZE (1UL << 31)
12
13#endif /* _UAPI_ASM_IA64_USTACK_H */