From owner-cvs-all Sun Sep 10 8:39:26 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 ED67C37B424; Sun, 10 Sep 2000 08:39:23 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA20563; Sun, 10 Sep 2000 08:39:23 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <200009101539.IAA20563@freefall.freebsd.org> From: Doug Rabson Date: Sun, 10 Sep 2000 08:39:23 -0700 (PDT) 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 dfr 2000/09/10 08:39:23 PDT Modified files: sys/alpha/alpha interrupt.c Log: Remove the manipulation of the Giant mutex from the interrupt entry points. This can't work right anyway and needs to happen in the irq thread. Revision Changes Path 1.22 +1 -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