]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcd50b2beef844093999ae8b6a76e11c7fafb31d5
tree4168b406edad5534baefc83f77c6faa7ef86f9a6
parentfa81cfe4252105b059e202bd337f60d06d893e5f
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