diff options
| -rw-r--r-- | sys/vm/vm_glue.c | 1 |
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; |
