PERFORCE change 28090 for review

Peter Wemm peter at FreeBSD.org
Fri Apr 4 16:55:42 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=28090

Change 28090 by peter at peter_overcee on 2003/04/04 16:54:41

	supercede 32 bit perfctr registers with 64 bit ones

Affected files ...

.. //depot/projects/hammer/sys/x86_64/include/specialreg.h#6 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/include/specialreg.h#6 (text+ko) ====

@@ -309,6 +309,8 @@
 #define	MSR_PERFEVSEL1	0xc0010001
 #define	MSR_PERFEVSEL2	0xc0010002
 #define	MSR_PERFEVSEL3	0xc0010003
+#undef MSR_PERFCTR0
+#undef MSR_PERFCTR1
 #define	MSR_PERFCTR0	0xc0010004
 #define	MSR_PERFCTR1	0xc0010005
 #define	MSR_PERFCTR2	0xc0010006


More information about the p4-projects mailing list