From owner-cvs-all Mon Oct 9 11:47:52 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 741C537B502; Mon, 9 Oct 2000 11:47:49 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA84505; Mon, 9 Oct 2000 11:47:49 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <200010091847.LAA84505@freefall.freebsd.org> From: Andrew Gallatin Date: Mon, 9 Oct 2000 11:47:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha synch_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/10/09 11:47:49 PDT Modified files: sys/alpha/alpha synch_machdep.c Log: kernacc() only knows about mapped memory, not K0SEG addresses. Before calling kernacc(), make sure that we're not calling it with a K0SEG address. This gets alphas booting with SMP_DEBUG & INVARIANTS options approved by: jhb Revision Changes Path 1.6 +8 -3 src/sys/alpha/alpha/synch_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message