Date: Thu, 17 Jun 2010 11:54:49 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 apic_vector.S mp_machdep.c src/sys/amd64/conf NOTES src/sys/amd64/include smp.h src/sys/conf options.amd64 src/sys/i386/i386 mp_machdep.c Message-ID: <201006171155.o5HBtcPw091097@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2010-06-17 11:54:49 UTC FreeBSD src repository Modified files: sys/amd64/amd64 apic_vector.S mp_machdep.c sys/amd64/conf NOTES sys/amd64/include smp.h sys/conf options.amd64 sys/i386/i386 mp_machdep.c Log: SVN rev 209248 on 2010-06-17 11:54:49Z by mav Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64. This information can be very valuable for CPU sleep-time (and respectively idle power consumption) optimization. Add counters for timer-related IPIs. Reviewed by: jhb@ (previous version) Revision Changes Path 1.117 +54 -0 src/sys/amd64/amd64/apic_vector.S 1.317 +129 -8 src/sys/amd64/amd64/mp_machdep.c 1.103 +5 -0 src/sys/amd64/conf/NOTES 1.98 +8 -0 src/sys/amd64/include/smp.h 1.39 +2 -0 src/sys/conf/options.amd64 1.307 +23 -12 src/sys/i386/i386/mp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006171155.o5HBtcPw091097>