From owner-cvs-all Wed Jan 24 5:10:41 2001 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 AECD137B404; Wed, 24 Jan 2001 05:10:17 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ODAHZ40183; Wed, 24 Jan 2001 05:10:17 -0800 (PST) (envelope-from jhb) Message-Id: <200101241310.f0ODAHZ40183@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 05:10:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 05:10:17 PST Modified files: sys/alpha/alpha pmap.c Log: Oops, when converting if (foo) panic() to a KASSERT(), you have to invert the test case. Spotted by: peter, jasone Revision Changes Path 1.49 +5 -4 src/sys/alpha/alpha/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message