From owner-cvs-all Sat Apr 21 14:44:43 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 6506037B422; Sat, 21 Apr 2001 14:44:40 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LLieu88189; Sat, 21 Apr 2001 14:44:40 -0700 (PDT) (envelope-from gallatin) Message-Id: <200104212144.f3LLieu88189@freefall.freebsd.org> From: Andrew Gallatin Date: Sat, 21 Apr 2001 14:44:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include alpha_cpu.h cpufunc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/04/21 14:44:40 PDT Modified files: sys/alpha/include alpha_cpu.h cpufunc.h Log: Block out all interrupts, even machine checks, for critical_enter() This is will be required to prevent lowering the ipl when a critical_enter() is present in the interrupt path when handling a machine check. reviewed by: jhb Revision Changes Path 1.8 +2 -1 src/sys/alpha/include/alpha_cpu.h 1.11 +2 -2 src/sys/alpha/include/cpufunc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message