Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2002 23:10:20 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12183 for review
Message-ID:  <200205310610.g4V6AKK31160@freefall.freebsd.org>

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

Change 12183 by julian@julian_ref on 2002/05/30 23:09:42

	fix real braino

Affected files ...

... //depot/projects/kse/sys/kern/kern_intr.c#24 edit

Differences ...

==== //depot/projects/kse/sys/kern/kern_intr.c#24 (text+ko) ====

@@ -391,7 +391,7 @@
 		setrunqueue(td);
 		if (do_switch &&
 		    (curthread->td_critnest == 1) &&
-		    (curthread->td_proc->p_state == TDS_RUNNING)) {
+		    (curthread->td_state == TDS_RUNNING)) {
 			if (curthread != PCPU_GET(idlethread))
 				setrunqueue(curthread);
 			curthread->td_proc->p_stats->p_ru.ru_nivcsw++;

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?200205310610.g4V6AKK31160>