From owner-cvs-all Sun Oct 27 16:51:43 2002 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 224C837B401; Sun, 27 Oct 2002 16:51:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C289543E3B; Sun, 27 Oct 2002 16:51:41 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9S0oemV045307; Sun, 27 Oct 2002 16:50:40 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9S0odqU045306; Sun, 27 Oct 2002 16:50:40 -0800 (PST) Message-Id: <200210280050.g9S0odqU045306@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 27 Oct 2002 16:50:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 interrupt.c locore.s src/sys/ia64/include intrcnt.h 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 marcel 2002/10/27 16:50:39 PST Modified files: sys/ia64/ia64 interrupt.c locore.s sys/ia64/include intrcnt.h Log: Make vmstat -i work: o Properly set the pointer to the counter for each interrupt and update the intrnames table. o Remove Alpha cruft from intrcnt.h. o Create INTRNAME_LEN as the single entity that defines the width of the names in the intrnames table (incl. terminatinf '\0'). Revision Changes Path 1.28 +12 -3 src/sys/ia64/ia64/interrupt.c 1.25 +14 -7 src/sys/ia64/ia64/locore.s 1.4 +9 -38 src/sys/ia64/include/intrcnt.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message