Date: Fri, 17 Nov 2000 09:37:44 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swtch.s Message-ID: <200011171737.JAA96299@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011171737.JAA96299>