Re: powerpc/traps: remove redundant in_interrupt panic in die()

2018-10-18 Thread Michael Ellerman
On Mon, 2018-10-15 at 07:38:10 UTC, Christophe Leroy wrote: > do_exit() already includes a test to panic() is in_interrupt() > > This patch removes powerpc one which is redundant. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/bd03fd84a53a

[PATCH] powerpc/traps: remove redundant in_interrupt panic in die()

2018-10-15 Thread Christophe Leroy
do_exit() already includes a test to panic() is in_interrupt() This patch removes powerpc one which is redundant. Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/traps.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c index