Re: [PATCH v5 17/21] powerpc/64: entry cpu time accounting in C

2021-01-13 Thread Nicholas Piggin
Excerpts from Christophe Leroy's message of January 14, 2021 1:05 am: > > > Le 13/01/2021 à 08:32, Nicholas Piggin a écrit : >> There is no need for this to be in asm, use the new intrrupt entry wrapper. >> >> Signed-off-by: Nicholas Piggin >> --- >> arch/powerpc/include/asm/interrupt.h | 7

Re: [PATCH v5 17/21] powerpc/64: entry cpu time accounting in C

2021-01-13 Thread Christophe Leroy
Le 13/01/2021 à 08:32, Nicholas Piggin a écrit : There is no need for this to be in asm, use the new intrrupt entry wrapper. Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/interrupt.h | 7 +++ arch/powerpc/include/asm/ppc_asm.h | 24 arch/powe

[PATCH v5 17/21] powerpc/64: entry cpu time accounting in C

2021-01-13 Thread Nicholas Piggin
There is no need for this to be in asm, use the new intrrupt entry wrapper. Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/interrupt.h | 7 +++ arch/powerpc/include/asm/ppc_asm.h | 24 arch/powerpc/kernel/exceptions-64e.S | 1 - arch/powerpc/kernel/e