summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>2003-06-02 20:43:28 +0000
committerTor Egge <tegge@FreeBSD.org>2003-06-02 20:43:28 +0000
commitc7251aede7365019cd1e1716cc4d5e8910ad7c2d (patch)
tree82e2d6960137cc4818f9b65a05c374bc4a6bb2c6
parent786a6905ec863a8067db7960a52c2cc491fbb209 (diff)
Notes
-rw-r--r--sys/i386/i386/vm_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c
index 2195bdc692d2..b3c36562e4cf 100644
--- a/sys/i386/i386/vm_machdep.c
+++ b/sys/i386/i386/vm_machdep.c
@@ -309,6 +309,7 @@ cpu_thread_setup(struct thread *td)
td->td_pcb =
(struct pcb *)(td->td_kstack + KSTACK_PAGES * PAGE_SIZE) - 1;
td->td_frame = (struct trapframe *)((caddr_t)td->td_pcb - 16) - 1;
+ td->td_pcb->pcb_ext = NULL;
}
/*