From owner-cvs-all Fri Nov 19 5:38:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D15F14EBA; Fri, 19 Nov 1999 05:38:22 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA08155; Fri, 19 Nov 1999 05:38:22 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <199911191338.FAA08155@freefall.freebsd.org> From: Andrew Gallatin Date: Fri, 19 Nov 1999 05:38:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include cpu.h src/sys/alpha/alpha ipl_funcs.c interrupt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/11/19 05:38:22 PST Modified files: sys/alpha/include cpu.h sys/alpha/alpha ipl_funcs.c interrupt.c Log: Properly attribute interrupt time on alpha. Previously, interrupt time was likely to be counted as idle time. Note that we are counting time spent in software interrupt handlers as interrupt time, so this invalidates the i386 meaning of intr_nesting_level. Reviewed by: dfr, bde Tested by: anderson@cs.duke.edu Revision Changes Path 1.10 +3 -6 src/sys/alpha/include/cpu.h 1.13 +3 -1 src/sys/alpha/alpha/ipl_funcs.c 1.15 +3 -1 src/sys/alpha/alpha/interrupt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message