Greg Kroah-Hartman | 6f52b16 | 2017-11-01 15:08:43 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
David Howells | 43e40f2 | 2012-10-09 09:47:00 +0100 | [diff] [blame] | 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 */ |