Fix octeon_pmc post-r334827
MFC after: 3 days Sponsored by: Juniper Networks, Inc
This commit is contained in:
parent
5335f6434b
commit
1e4309ae4e
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user