Fix octeon_pmc post-r334827

MFC after:	3 days
Sponsored by:	Juniper Networks, Inc
This commit is contained in:
Justin Hibbits 2020-11-18 17:37:01 +00:00
parent 5335f6434b
commit 1e4309ae4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367807

View File

@ -111,7 +111,7 @@ octeon_pmc_intr(void *arg)
struct trapframe *tf = PCPU_GET(curthread)->td_intr_frame;
if (pmc_intr)
(*pmc_intr)(PCPU_GET(tf);
(*pmc_intr)(tf);
return (FILTER_HANDLED);
}