]> Pileus Git - ~andy/linux/blobdiff - arch/sh/math-emu/math.c
Merge branch 'x86-signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / arch / sh / math-emu / math.c
index f76a5090d5d1b51e78221432b5340c4a8eb8bbcd..977195210653ede066d541f39e75ebb2745e55c6 100644 (file)
@@ -620,7 +620,7 @@ int do_fpu_inst(unsigned short inst, struct pt_regs *regs)
        struct task_struct *tsk = current;
        struct sh_fpu_soft_struct *fpu = &(tsk->thread.xstate->softfpu);
 
-       perf_sw_event(PERF_COUNT_SW_EMULATION_FAULTS, 1, 0, regs, 0);
+       perf_sw_event(PERF_COUNT_SW_EMULATION_FAULTS, 1, regs, 0);
 
        if (!(task_thread_info(tsk)->status & TS_USEDFPU)) {
                /* initialize once. */