diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2002-07-04 12:31:54 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2002-07-04 12:31:54 +0000 |
| commit | a30ec8f8b8e5b867cca71786a6079bff619528d6 (patch) | |
| tree | 0cf8727d0577399cbfbb1fa3eb3add9920a3c14e /sys/vm/vm_glue.c | |
| parent | b68725e33f4de954c53942340a8690447164a7b1 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_glue.c')
| -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; |
