diff options
Diffstat (limited to 'kern/thread.c')
-rw-r--r-- | kern/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c index 8c08dc48..6ca91a7e 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -299,7 +299,7 @@ void stack_privilege( void thread_init(void) { thread_zone = zinit( - sizeof(struct thread), + sizeof(struct thread), 0, THREAD_MAX * sizeof(struct thread), THREAD_CHUNK * sizeof(struct thread), 0, "threads"); |