From 239f5f541bf2e95400bb8d443e8321b127adeada Mon Sep 17 00:00:00 2001 From: Matt Macy Date: Fri, 8 Jun 2018 18:54:47 +0000 Subject: [PATCH] hwpmc: yet another missed fixup --- sys/mips/atheros/apb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */