Date: Sat, 28 Nov 2009 21:01:15 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/ia64/ia64 interrupt.c machdep.c src/sys/ia64/include pcpu.h Message-ID: <200911282101.nASL1Sq5032149@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2009-11-28 21:01:15 UTC FreeBSD src repository Modified files: sys/ia64/ia64 interrupt.c machdep.c sys/ia64/include pcpu.h Log: SVN rev 199893 on 2009-11-28 21:01:15Z by marcel Eliminate teh use of MAXCPU in static arrays of interrupt counters by adding statistics counters to the PCPU structure. Export the counters through sysctl by giving each PCPU structure its own sysctl context. While here, fix cnt.v_intr by not just having it count clock interrupts, but every interrupt and add more counters for each interrupt source. Revision Changes Path 1.74 +14 -29 src/sys/ia64/ia64/interrupt.c 1.249 +64 -4 src/sys/ia64/ia64/machdep.c 1.22 +18 -1 src/sys/ia64/include/pcpu.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911282101.nASL1Sq5032149>