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: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Thomas Bogendoerfer 2021-02-13 15:02:31 +01:00
parent 8fbf1d2759
commit e6ce4a480c
1 changed files with 0 additions and 5 deletions

View File

@ -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;