From owner-p4-projects Tue Jun 18 23:54:23 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9B1DA37B405; Tue, 18 Jun 2002 23:54:16 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DBC137B40D for ; Tue, 18 Jun 2002 23:54:15 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J6sFZ08276 for perforce@freebsd.org; Tue, 18 Jun 2002 23:54:15 -0700 (PDT) (envelope-from julian@freebsd.org) Date: Tue, 18 Jun 2002 23:54:15 -0700 (PDT) Message-Id: <200206190654.g5J6sFZ08276@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to julian@freebsd.org using -f From: Julian Elischer Subject: PERFORCE change 13139 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13139 Change 13139 by julian@julian_jules1 on 2002/06/18 23:53:49 typos Affected files ... ... //depot/projects/kse/sys/kern/kern_thread.c#73 edit Differences ... ==== //depot/projects/kse/sys/kern/kern_thread.c#73 (text+ko) ==== @@ -337,7 +337,7 @@ TAILQ_REMOVE(&p->p_suspended, p->p_singlethread, td_runq); setrunqueue(p->p_singlethread); - p->suspcount--; + p->p_suspcount--; } } } @@ -566,7 +566,7 @@ * this thread should just suicide. * Assumes that P_SINGLE_EXIT implies P_STOPPED_SNGL. */ - if ((p->p_flag & P_SINGLE_EXIT) && (p->p_singlethread != td) { + if ((p->p_flag & P_SINGLE_EXIT) && (p->p_singlethread != td)) { mtx_lock_spin(&sched_lock); while (mtx_owned(&Giant)) mtx_unlock(&Giant); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message