Commit e6ce4a48 authored by Thomas Bogendoerfer's avatar Thomas Bogendoerfer
Browse files

MIPS: kernel: Drop kgdb_call_nmi_hook



With the removal of set_fs() calls kgdb_call_nmi_hook() is now the same as
the default implementation, so we can remove it.

Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 8fbf1d27
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -207,11 +207,6 @@ void arch_kgdb_breakpoint(void)
		".set\treorder");
}

void kgdb_call_nmi_hook(void *ignored)
{
	kgdb_nmicallback(raw_smp_processor_id(), get_irq_regs());
}

static int compute_signal(int tt)
{
	struct hard_trap_info *ht;