From owner-cvs-all Wed Nov 15 13:56:54 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 AD7F537B4CF; Wed, 15 Nov 2000 13:56:51 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA88373; Wed, 15 Nov 2000 13:56:51 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <200011152156.NAA88373@freefall.freebsd.org> From: John Baldwin Date: Wed, 15 Nov 2000 13:56:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha interrupt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/15 13:56:51 PST Modified files: sys/alpha/alpha interrupt.c Log: - Don't acquire/release Giant during an interrupt context for machine checks, clock interrupts, and device interrupts. - Assert that Giant is not owned during the main loop of ithd_loop(). Revision Changes Path 1.31 +2 -11 src/sys/alpha/alpha/interrupt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message