mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Rebase the PMC indices at 1, since PMC_SOFT is at 0.
MFC after: 1 week
This commit is contained in:
parent
4c631db3cc
commit
46cf9b63fd
1 changed files with 2 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue