From owner-cvs-all Fri Oct 20 0:52:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB17A37B479; Fri, 20 Oct 2000 00:52:18 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA48865; Fri, 20 Oct 2000 00:52:18 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200010200752.AAA48865@freefall.freebsd.org> From: John Baldwin Date: Fri, 20 Oct 2000 00:52:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/10/20 00:52:16 PDT Modified files: sys/kern kern_synch.c Log: - GC some #if 0'd code regarding the non-existant safepri variable. - Don't dink with the witness state of Giant unless we actually own it during mi_switch(). Revision Changes Path 1.102 +7 -18 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message