Author: mmacy Date: Fri Jun 8 18:54:47 2018 New Revision: 334852 URL: https://svnweb.freebsd.org/changeset/base/334852
Log: hwpmc: yet another missed fixup Modified: head/sys/mips/atheros/apb.c Modified: head/sys/mips/atheros/apb.c ============================================================================== --- head/sys/mips/atheros/apb.c Fri Jun 8 18:32:26 2018 (r334851) +++ head/sys/mips/atheros/apb.c Fri Jun 8 18:54:47 2018 (r334852) @@ -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 */ _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"