Rebase the PMC indices at 1, since PMC_SOFT is at 0.

MFC after:	1 week
This commit is contained in:
Justin Hibbits 2013-12-14 19:01:24 +00:00
parent 4c631db3cc
commit 46cf9b63fd

View file

@ -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];