Module Name: src Committed By: maxv Date: Fri Jul 13 09:37:32 UTC 2018
Modified Files: src/share/man/man4: options.4 src/share/man/man9: intro.9 src/sys/arch/amd64/conf: ALL GENERIC files.amd64 src/sys/arch/i386/conf: ALL GENERIC NET4501 files.i386 src/sys/arch/x86/conf: files.x86 src/sys/arch/x86/include: specialreg.h sysarch.h src/sys/arch/x86/x86: sys_machdep.c x86_machdep.c src/sys/arch/xen/conf: files.compat Removed Files: src/sys/arch/x86/x86: pmc.c Log Message: Remove the X86PMC code I had written, replaced by tprof. Many defines become unused in specialreg.h, so remove them. We don't want to add defines all the time, there are countless PMCs on many generations, and it's better to just inline the event/unit values. To generate a diff of this commit: cvs rdiff -u -r1.489 -r1.490 src/share/man/man4/options.4 cvs rdiff -u -r1.21 -r1.22 src/share/man/man9/intro.9 cvs rdiff -u -r1.93 -r1.94 src/sys/arch/amd64/conf/ALL cvs rdiff -u -r1.495 -r1.496 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.104 -r1.105 src/sys/arch/amd64/conf/files.amd64 cvs rdiff -u -r1.442 -r1.443 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.1182 -r1.1183 src/sys/arch/i386/conf/GENERIC cvs rdiff -u -r1.100 -r1.101 src/sys/arch/i386/conf/NET4501 cvs rdiff -u -r1.394 -r1.395 src/sys/arch/i386/conf/files.i386 cvs rdiff -u -r1.101 -r1.102 src/sys/arch/x86/conf/files.x86 cvs rdiff -u -r1.127 -r1.128 src/sys/arch/x86/include/specialreg.h cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/include/sysarch.h cvs rdiff -u -r1.12 -r0 src/sys/arch/x86/x86/pmc.c cvs rdiff -u -r1.47 -r1.48 src/sys/arch/x86/x86/sys_machdep.c cvs rdiff -u -r1.118 -r1.119 src/sys/arch/x86/x86/x86_machdep.c cvs rdiff -u -r1.30 -r1.31 src/sys/arch/xen/conf/files.compat Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.