From: Thomas Bogendoerfer Date: Sat, 13 Feb 2021 14:02:31 +0000 (+0100) Subject: MIPS: kernel: Drop kgdb_call_nmi_hook X-Git-Tag: microblaze-v5.13~36^2~15 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=e6ce4a480c76b34cb015d5470a1b4cb6ec5cbc16;p=linux-2.6-microblaze.git 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 --- 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;