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 <tsbog...@alpha.franken.de> --- arch/mips/kernel/kgdb.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/mips/kernel/kgdb.c b/arch/mips/kernel/kgdb.c index de779e23faf2..09a2d7bb9eef 100644 --- a/arch/mips/kernel/kgdb.c +++ b/arch/mips/kernel/kgdb.c @@ -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; -- 2.29.2