mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
hwpmc: yet another missed fixup
This commit is contained in:
parent
8d59ab652b
commit
239f5f541b
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ apb_filter(void *arg)
|
|||
tf = td->td_intr_frame;
|
||||
|
||||
if (pmc_intr)
|
||||
(*pmc_intr)(PCPU_GET(tf);
|
||||
(*pmc_intr)(tf);
|
||||
continue;
|
||||
}
|
||||
/* Ignore timer interrupts */
|
||||
|
|
|
|||
Loading…
Reference in a new issue