mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
hwpmc_arm64: add a PMCDBG to the interrupt handler
MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
8c3bd133dd
commit
13f5a3076b
1 changed files with 3 additions and 0 deletions
|
|
@ -359,6 +359,9 @@ arm64_intr(struct trapframe *tf)
|
|||
KASSERT(cpu >= 0 && cpu < pmc_cpu_max(),
|
||||
("[arm64,%d] CPU %d out of range", __LINE__, cpu));
|
||||
|
||||
PMCDBG3(MDP,INT,1, "cpu=%d tf=%p um=%d", cpu, (void *)tf,
|
||||
TRAPF_USERMODE(tf));
|
||||
|
||||
retval = 0;
|
||||
pc = arm64_pcpu[cpu];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue