From owner-cvs-all Fri Nov 17 9:37:47 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 581F237B479; Fri, 17 Nov 2000 09:37:44 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA96299; Fri, 17 Nov 2000 09:37:44 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <200011171737.JAA96299@freefall.freebsd.org> From: John Baldwin Date: Fri, 17 Nov 2000 09:37:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swtch.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/17 09:37:44 PST Modified files: sys/i386/i386 swtch.s Log: - Change extra sanity checks in cpu_switch() to be conditional on INVARIANTS instead of DIAGNOSTIC. - Remove the p_wchan check as it no longer applies since a process may be switched out during CURSIG() within msleep() or mawait(). - Remove an extra sanity check only needed during the early SMPng work. Revision Changes Path 1.99 +4 -32 src/sys/i386/i386/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message