summaryrefslogtreecommitdiff
path: root/i386/i386/pcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/pcb.c')
-rw-r--r--i386/i386/pcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/pcb.c b/i386/i386/pcb.c
index f431e89..1b24557 100644
--- a/i386/i386/pcb.c
+++ b/i386/i386/pcb.c
@@ -311,7 +311,7 @@ thread_t switch_context(old, continuation, new)
void pcb_module_init()
{
- pcb_zone = zinit(sizeof(struct pcb),
+ pcb_zone = zinit(sizeof(struct pcb), 0,
THREAD_MAX * sizeof(struct pcb),
THREAD_CHUNK * sizeof(struct pcb),
0, "i386 pcb state");