cvs commit: src/sys/sparc64/include asmacros.h intr_machdep.h
src/sys/sparc64/sparc64 exception.S genassym.c interrupt.S
intr_machdep.c
John-Mark Gurney
jmg at FreeBSD.org
Tue Jul 15 17:08:45 PDT 2003
jmg 2003/07/15 17:08:43 PDT
FreeBSD src repository
Modified files:
sys/sparc64/include asmacros.h intr_machdep.h
sys/sparc64/sparc64 exception.S genassym.c interrupt.S
intr_machdep.c
Log:
add support for interrupt counting on sparc64. This copies part of the
code from i386. The code has a slight bogon that interrupts are counted
twice. Once on the ithread dispatch and once on the dispatch for the vector
vmstat -i and systat -vm now contains interrupt counts.
Reviewed by: jake
Revision Changes Path
1.17 +11 -0 src/sys/sparc64/include/asmacros.h
1.13 +1 -0 src/sys/sparc64/include/intr_machdep.h
1.68 +23 -1 src/sys/sparc64/sparc64/exception.S
1.52 +1 -0 src/sys/sparc64/sparc64/genassym.c
1.7 +12 -1 src/sys/sparc64/sparc64/interrupt.S
1.16 +77 -2 src/sys/sparc64/sparc64/intr_machdep.c
More information about the cvs-src
mailing list