ustack.h 233 B

123456789101112
  1. #ifndef _UAPI_ASM_IA64_USTACK_H
  2. #define _UAPI_ASM_IA64_USTACK_H
  3. /*
  4. * Constants for the user stack size
  5. */
  6. /* Make a default stack size of 2GiB */
  7. #define DEFAULT_USER_STACK_SIZE (1UL << 31)
  8. #endif /* _UAPI_ASM_IA64_USTACK_H */