Added field for the size of the userland stack; a userland stack is allowed

to have any stack size, it's not a fixed value (well, at least that's what
will happen :)).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9189 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-10-04 22:37:44 +00:00
parent 57bf060563
commit 2130a091c3
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ struct thread {
addr_t kernel_stack_base;
region_id user_stack_region_id;
addr_t user_stack_base;
size_t user_stack_size;
addr_t user_local_storage;
// usually allocated at the safe side of the stack