diff options
Diffstat (limited to 'sys/mips')
| -rw-r--r-- | sys/mips/atheros/apb.c | 2 | ||||
| -rw-r--r-- | sys/mips/cavium/octeon_pmc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/atheros/apb.c b/sys/mips/atheros/apb.c index ba323c0fa11e..b1cc83bc5d02 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(cpuid), tf); + (*pmc_intr)(PCPU_GET(tf); continue; } /* Ignore timer interrupts */ diff --git a/sys/mips/cavium/octeon_pmc.c b/sys/mips/cavium/octeon_pmc.c index 2a0885b74b9b..70fb69ca33ef 100644 --- a/sys/mips/cavium/octeon_pmc.c +++ b/sys/mips/cavium/octeon_pmc.c @@ -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(cpuid), tf); + (*pmc_intr)(PCPU_GET(tf); return (FILTER_HANDLED); } |
