diff --git a/sys/mips/atheros/apb.c b/sys/mips/atheros/apb.c index b1cc83bc5d0..5098af3abbb 100644 --- a/sys/mips/atheros/apb.c +++ b/sys/mips/atheros/apb.c @@ -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 */