Re: [PATCH] MIPS: kernel: Drop kgdb_call_nmi_hook

2021-02-15 Thread Thomas Bogendoerfer
On Sat, Feb 13, 2021 at 03:02:31PM +0100, Thomas Bogendoerfer wrote: > 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 > --- > arch/mips/kernel/kgdb.c | 5 - > 1 file changed,

[PATCH] MIPS: kernel: Drop kgdb_call_nmi_hook

2021-02-13 Thread Thomas Bogendoerfer
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 --- 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 ind