Re: [PATCH] nds32: To use the generic dump_stack()

2018-03-07 Thread Sergey Senozhatsky
On (03/07/18 18:10), Greentime Hu wrote: > > Use the generic dump_stack() instead of nds32 one because they are doing > the same thing. > > Signed-off-by: Greentime Hu > Acked-by: Arnd Bergmann Thanks! FWIW, Reviewed-by: Sergey Senozhatsky

Re: [PATCH] nds32: To use the generic dump_stack()

2018-03-07 Thread Sergey Senozhatsky
On (03/07/18 18:10), Greentime Hu wrote: > > Use the generic dump_stack() instead of nds32 one because they are doing > the same thing. > > Signed-off-by: Greentime Hu > Acked-by: Arnd Bergmann Thanks! FWIW, Reviewed-by: Sergey Senozhatsky -ss

[PATCH] nds32: To use the generic dump_stack()

2018-03-07 Thread Greentime Hu
Use the generic dump_stack() instead of nds32 one because they are doing the same thing. Signed-off-by: Greentime Hu Acked-by: Arnd Bergmann --- arch/nds32/kernel/traps.c | 12 1 file changed, 12 deletions(-) diff --git

[PATCH] nds32: To use the generic dump_stack()

2018-03-07 Thread Greentime Hu
Use the generic dump_stack() instead of nds32 one because they are doing the same thing. Signed-off-by: Greentime Hu Acked-by: Arnd Bergmann --- arch/nds32/kernel/traps.c | 12 1 file changed, 12 deletions(-) diff --git a/arch/nds32/kernel/traps.c b/arch/nds32/kernel/traps.c