MIPS: kernel: Drop kgdb_call_nmi_hook
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sat, 13 Feb 2021 14:02:31 +0000 (15:02 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 15 Feb 2021 11:23:54 +0000 (12:23 +0100)
commite6ce4a480c76b34cb015d5470a1b4cb6ec5cbc16
tree4168b406edad5534baefc83f77c6faa7ef86f9a6
parent8fbf1d27598a50dbeb491898b9a7f1008cce72e2
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>
arch/mips/kernel/kgdb.c