perf: Remove the nmi parameter from the swevent and overflow interface
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / x86 / kernel / kgdb.c
index 5f9ecff..98da6a7 100644 (file)
@@ -608,7 +608,7 @@ int kgdb_arch_init(void)
        return register_die_notifier(&kgdb_notifier);
 }
 
-static void kgdb_hw_overflow_handler(struct perf_event *event, int nmi,
+static void kgdb_hw_overflow_handler(struct perf_event *event,
                struct perf_sample_data *data, struct pt_regs *regs)
 {
        struct task_struct *tsk = current;