Date: Thu, 28 Apr 2005 08:13:19 +0000 (UTC) From: Joseph Koshy <jkoshy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys pmc.h src/sys/dev/hwpmc hwpmc_amd.c hwpmc_mod.c hwpmc_piv.c hwpmc_ppro.c src/sys/i386/include pmc_mdep.h Message-ID: <200504280813.j3S8DJCA011277@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkoshy 2005-04-28 08:13:19 UTC FreeBSD src repository Modified files: sys/sys pmc.h sys/dev/hwpmc hwpmc_amd.c hwpmc_mod.c hwpmc_piv.c hwpmc_ppro.c sys/i386/include pmc_mdep.h Log: Return the correct register number in the 'get_msr()' MD function. Only allow a process to use the x86 RDPMC instruction if it has allocated and attached a PMC to itself. Inform the MD layer of the "pseudo context switch out" that needs to be done when the last thread of a process is exiting. Revision Changes Path 1.4 +20 -7 src/sys/dev/hwpmc/hwpmc_amd.c 1.6 +24 -7 src/sys/dev/hwpmc/hwpmc_mod.c 1.5 +23 -5 src/sys/dev/hwpmc/hwpmc_piv.c 1.4 +11 -2 src/sys/dev/hwpmc/hwpmc_ppro.c 1.3 +3 -0 src/sys/i386/include/pmc_mdep.h 1.3 +8 -8 src/sys/sys/pmc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504280813.j3S8DJCA011277>