From owner-cvs-all Fri Oct 20 13:15: 1 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 C88A637B4C5; Fri, 20 Oct 2000 13:14:58 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA53048; Fri, 20 Oct 2000 13:14:58 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200010202014.NAA53048@freefall.freebsd.org> From: John Baldwin Date: Fri, 20 Oct 2000 13:14:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/10/20 13:14:57 PDT Modified files: sys/alpha/alpha machdep.c Log: Don't bother setting the saved IPL in the sched_lock mutex as it doesn't really do anything since the first mtx_enter() will overwrite the value saved here. Revision Changes Path 1.97 +1 -6 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message