summaryrefslogtreecommitdiff
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2002-07-04 12:31:54 +0000
committerJulian Elischer <julian@FreeBSD.org>2002-07-04 12:31:54 +0000
commita30ec8f8b8e5b867cca71786a6079bff619528d6 (patch)
tree0cf8727d0577399cbfbb1fa3eb3add9920a3c14e /sys/vm/vm_glue.c
parentb68725e33f4de954c53942340a8690447164a7b1 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 25aa48ea306c..bfe044a90554 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -249,7 +249,6 @@ vm_forkproc(td, p2, td2, flags)
}
pmap_new_proc(p2);
- pmap_new_thread(td2); /* Initial thread */
/* XXXKSE this is unsatisfactory but should be adequate */
up = p2->p_uarea;