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

2021-05-17 Thread Christophe Leroy
Le 15/03/2021 à 23:03, Nicholas Piggin a écrit : The msr argument is not used, remove it. And why not use it 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

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

2021-03-15 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