svn commit: r259394 - head/sys/powerpc/include

Justin Hibbits jhibbits at FreeBSD.org
Sat Dec 14 19:01:25 UTC 2013


Author: jhibbits
Date: Sat Dec 14 19:01:24 2013
New Revision: 259394
URL: http://svnweb.freebsd.org/changeset/base/259394

Log:
  Rebase the PMC indices at 1, since PMC_SOFT is at 0.
  
  MFC after:	1 week

Modified:
  head/sys/powerpc/include/pmc_mdep.h

Modified: head/sys/powerpc/include/pmc_mdep.h
==============================================================================
--- head/sys/powerpc/include/pmc_mdep.h	Sat Dec 14 18:49:59 2013	(r259393)
+++ head/sys/powerpc/include/pmc_mdep.h	Sat Dec 14 19:01:24 2013	(r259394)
@@ -7,8 +7,8 @@
 #ifndef _MACHINE_PMC_MDEP_H_
 #define	_MACHINE_PMC_MDEP_H_
 
-#define PMC_MDEP_CLASS_INDEX_PPC7450	0
-#define PMC_MDEP_CLASS_INDEX_PPC970	0
+#define PMC_MDEP_CLASS_INDEX_PPC7450	1
+#define PMC_MDEP_CLASS_INDEX_PPC970	1
 
 union pmc_md_op_pmcallocate {
 	uint64_t		__pad[4];


More information about the svn-src-all mailing list