Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 23:52:01 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13307 for review
Message-ID:  <200206230652.g5N6q1r60544@freefall.freebsd.org>

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

Change 13307 by julian@julian_jules1 on 2002/06/22 23:51:26

	 back out a premature change and alow us to diffarentiate between two 
	 panic messages.

Affected files ...

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

Differences ...

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

@@ -140,8 +140,10 @@
 			 * that BOUND semantics apply for the rest of
 			 * the journey to userland, and into the UTS.
 			 */
+#ifdef	NOTYET
 			if (td->td_flags & TDF_UPCALLING) 
 				tdf->td_flags &= ~TDF_UNBOUND;
+#endif
 		}
 		kg->kg_runnable--;
 		CTR2(KTR_RUNQ, "choosethread: td=%p pri=%d",
@@ -198,7 +200,7 @@
 		TAILQ_INSERT_HEAD(&kg->kg_iq, ke, ke_kgrlist);
 		kg->kg_idle_kses++;
 		CTR1(KTR_RUNQ, "kse_reassign: ke%p idled", ke);
-KASSERT((ke->ke_kgrlist.tqe_next != ke), ("linked to self!"));
+KASSERT((ke->ke_kgrlist.tqe_next != ke), ("linked to self2!"));
 	}
 }
 

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?200206230652.g5N6q1r60544>