Date: Fri, 19 Nov 1999 05:38:22 -0800 (PST) From: Andrew Gallatin <gallatin@FreeBSD.org> 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 Message-ID: <199911191338.FAA08155@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911191338.FAA08155>
