From owner-cvs-all@FreeBSD.ORG Thu Dec 23 20:34:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE27316A4CE; Thu, 23 Dec 2004 20:34:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B86EF43D55; Thu, 23 Dec 2004 20:34:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBNKYIix077832; Thu, 23 Dec 2004 20:34:18 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBNKYIaf077831; Thu, 23 Dec 2004 20:34:18 GMT (envelope-from jhb) Message-Id: <200412232034.iBNKYIaf077831@repoman.freebsd.org> From: John Baldwin Date: Thu, 23 Dec 2004 20:34:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 intr_machdep.c src/sys/i386/include intr_machdep.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 20:34:19 -0000 jhb 2004-12-23 20:34:18 UTC FreeBSD src repository Modified files: sys/i386/i386 intr_machdep.c sys/i386/include intr_machdep.h Log: Add a simple 'intrcnt_add' function that other MD code can use to add a single named counter to the interrupt counts without having to fake up an entire interrupt source. Revision Changes Path 1.13 +11 -0 src/sys/i386/i386/intr_machdep.c 1.6 +1 -0 src/sys/i386/include/intr_machdep.h