Date: Tue, 15 Jul 2003 17:08:43 -0700 (PDT) From: John-Mark Gurney <jmg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include asmacros.h intr_machdep.h src/sys/sparc64/sparc64 exception.S genassym.c interrupt.S intr_machdep.c Message-ID: <200307160008.h6G08hAM027441@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307160008.h6G08hAM027441>