From owner-cvs-all Thu Mar 14 2:24: 9 2002 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 D52E837B402; Thu, 14 Mar 2002 02:24:00 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2EAO0o30984; Thu, 14 Mar 2002 02:24:00 -0800 (PST) (envelope-from dfr) Message-Id: <200203141024.g2EAO0o30984@freefall.freebsd.org> From: Doug Rabson Date: Thu, 14 Mar 2002 02:24:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 interrupt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2002/03/14 02:24:00 PST Modified files: sys/ia64/ia64 interrupt.c Log: * Add some KTR messages for IPIs. * Don't call ast() from interrupt() - if we switch, then we will miss writing cr.eoi which will prevent the current cpu from receiving interrupts until the current thread is resumed. The call to ast() happens magically in exception_restore where it is safe. * Add DDB 'show irq' command to examine interrupt hardware state. Revision Changes Path 1.22 +35 -3 src/sys/ia64/ia64/interrupt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message