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

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

Change 12328 by julian@julian_ref on 2002/06/03 12:18:09

	 When zapping the thread, deallocate the vm object too

Affected files ...

... //depot/projects/kse/sys/i386/i386/pmap.c#33 edit

Differences ...

==== //depot/projects/kse/sys/i386/i386/pmap.c#33 (text+ko) ====

@@ -1126,6 +1126,8 @@
 		td->td_kstack_obj = NULL;
 		vm_object_deallocate(ksobj);
 	}
+	vm_object_deallocate(ksobj);
+	td->td_kstack_obj = NULL; /* play it safe */
 }
 
 /*

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?200206031918.g53JIBH29249>