Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2002 17:42:26 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12788 for review
Message-ID:  <200206130042.g5D0gQg54148@freefall.freebsd.org>

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

Change 12788 by julian@julian_jules1 on 2002/06/12 17:42:10

	because jhb says to.

Affected files ...

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

Differences ...

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

@@ -303,7 +303,6 @@
 
 	td = curthread;
 	ke = td->td_kse;
-	PROC_LOCK_ASSERT(td->td_proc, MA_UNOWNED);
 	PROC_LOCK(td->td_proc);
 	CTR1(KTR_PROC, "thread_exit: thread %p", td);
 	KASSERT(!mtx_owned(&Giant), ("dying thread owns giant"));

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?200206130042.g5D0gQg54148>