Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-5
-5
arch/mips/kernel/kgdb.c
··· 207 207 ".set\treorder"); 208 208 } 209 209 210 - void kgdb_call_nmi_hook(void *ignored) 211 - { 212 - kgdb_nmicallback(raw_smp_processor_id(), get_irq_regs()); 213 - } 214 - 215 210 static int compute_signal(int tt) 216 211 { 217 212 struct hard_trap_info *ht;