From owner-cvs-all Sat Oct 20 9: 3:45 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 EBAEE37B408; Sat, 20 Oct 2001 09:03:41 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KG3fN73490; Sat, 20 Oct 2001 09:03:41 -0700 (PDT) (envelope-from jake) Message-Id: <200110201603.f9KG3fN73490@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 09:03:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include intr_machdep.h src/sys/sparc64/sparc64 intr_machdep.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 jake 2001/10/20 09:03:41 PDT Modified files: sys/sparc64/include intr_machdep.h sys/sparc64/sparc64 intr_machdep.c Log: Change the stray count in struct intr_vector to a vector number that can be used to index tables of counters. Remove intr_dispatch() inline, it is implemented directly in tl*_intr now. Count stray interrupts in a table of counters like intrcnt. Disable interrupts briefly when setting up the interrupt vector table. We must disable interrupts completely, not just raise the pil. Pass pointers to the intr_vector structures rather than a vector number to sched_ithd and intr_stray. Revision Changes Path 1.5 +2 -8 src/sys/sparc64/include/intr_machdep.h 1.3 +40 -34 src/sys/sparc64/sparc64/intr_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message