perf: Remove the nmi parameter from the swevent and overflow interface
[linux-2.6-block.git] / arch / sh / kernel / traps_32.c
index b51a17104b5f8aba77312e4431d1f89677405463..d9006f8ffc142532d99b0ff539f88831f4027999 100644 (file)
@@ -393,7 +393,7 @@ int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs,
         */
        if (!expected) {
                unaligned_fixups_notify(current, instruction, regs);
-               perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, 0,
+               perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1,
                              regs, address);
        }