From owner-cvs-sys Wed Nov 6 09:02:58 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA03546 for cvs-sys-outgoing; Wed, 6 Nov 1996 09:02:58 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA03477; Wed, 6 Nov 1996 09:02:43 -0800 (PST) Date: Wed, 6 Nov 1996 09:02:43 -0800 (PST) From: Bruce Evans Message-Id: <199611061702.JAA03477@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa vector.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/06 09:02:41 Modified: sys/i386/isa vector.s Log: Count only hardware interrupts in cnt.v_intr, so that the individual hardware interrupt counts add up to the total. Previously, software interrupts generated by splz() were counted in the total. These software interrupts seem to be very rare - there have apparently been 0 of them on freefall among the last 352448857 interrupts. Revision Changes Path 1.22 +2 -2 src/sys/i386/isa/vector.s