summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2002-07-04 12:31:54 +0000
committerjulian <julian@FreeBSD.org>2002-07-04 12:31:54 +0000
commit356fa88d49be1d225a0ee21cb3b0037f0510f09e (patch)
tree0cf8727d0577399cbfbb1fa3eb3add9920a3c14e /sys/vm
parent02e0ee4130337a2eb13a94365db18dba570d6fb6 (diff)
downloadFreeBSD-src-356fa88d49be1d225a0ee21cb3b0037f0510f09e.zip
FreeBSD-src-356fa88d49be1d225a0ee21cb3b0037f0510f09e.tar.gz
Don;t call teh thread setup routines from here..
they are already called when uma calls thread_init()
Diffstat (limited to 'sys/vm')
-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 25aa48e..bfe044a 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;
OpenPOWER on IntegriCloud