2005-04-16 15:20:36 -07:00
|
|
|
#ifndef _ASM_IA64_USTACK_H
|
|
|
|
#define _ASM_IA64_USTACK_H
|
|
|
|
|
|
|
|
#include <asm/page.h>
|
2012-10-09 09:47:00 +01:00
|
|
|
#include <uapi/asm/ustack.h>
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
/* The absolute hard limit for stack size is 1/2 of the mappable space in the region */
|
|
|
|
#define MAX_USER_STACK_SIZE (RGN_MAP_LIMIT/2)
|
|
|
|
#define STACK_TOP (0x6000000000000000UL + RGN_MAP_LIMIT)
|
2007-07-19 01:48:14 -07:00
|
|
|
#define STACK_TOP_MAX STACK_TOP
|
2005-04-16 15:20:36 -07:00
|
|
|
#endif /* _ASM_IA64_USTACK_H */
|