hwpmc: yet another missed fixup

This commit is contained in:
Matt Macy 2018-06-08 18:54:47 +00:00
parent 8d59ab652b
commit 239f5f541b

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