Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2002 12:24:18 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12329 for review
Message-ID:  <200206031924.g53JOIV29975@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12329

Change 12329 by julian@julian_ref on 2002/06/03 12:23:35

	(combined with last commit) free vm obj in the right place

Affected files ...

... //depot/projects/kse/sys/kern/kern_thread.c#55 edit

Differences ...

==== //depot/projects/kse/sys/kern/kern_thread.c#55 (text+ko) ====

@@ -164,7 +164,6 @@
 
 	td = (struct thread *)mem;
 	pmap_dispose_thread(td);
-	vm_object_deallocate(td->td_kstack_obj);
 	cached_threads--;	/* XXXSMP */
 	allocated_threads--;	/* XXXSMP */
 }

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206031924.g53JOIV29975>