svn commit: r334852 - head/sys/mips/atheros

Matt Macy mmacy at FreeBSD.org
Fri Jun 8 18:54:48 UTC 2018


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


More information about the svn-src-all mailing list