hwpmc: yet another missed fixup

This commit is contained in:
mmacy 2018-06-08 18:54:47 +00:00
parent 11ea0b8f38
commit 02bd135356

View File

@ -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 */