Re: [PATCH v2 01/11] powerpc: remove interrupt exit helpers unused argument

2021-05-21 Thread Christophe Leroy
Nicholas Piggin a écrit : The msr argument is not used, remove it. Why not keep and use that msr argument instead of re-reading regs->msr ? Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/asm-prototypes.h | 4 ++-- arch/powerpc/kernel/interrupt.c | 4 ++-- 2 files c

[PATCH v2 01/11] powerpc: remove interrupt exit helpers unused argument

2021-05-21 Thread Nicholas Piggin
The msr argument is not used, remove it. Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/asm-prototypes.h | 4 ++-- arch/powerpc/kernel/interrupt.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/include/asm/asm-prototypes.h b/arch/pow