summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>2003-06-02 21:37:07 +0000
committerTor Egge <tegge@FreeBSD.org>2003-06-02 21:37:07 +0000
commit77e49d24d4800c9a6acb203e9eafb22a16c09640 (patch)
tree94eeabde9d3209804d75f1fece969b97d4d93937
parent2a6c49130593f373ce0252ed0a80328371b4fc6d (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 27f33b81ff49..bec5f73fcc1a 100644
--- a/sys/i386/i386/vm_machdep.c
+++ b/sys/i386/i386/vm_machdep.c
@@ -307,6 +307,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;
}
/*