Re: [PATCH v7 42/42] powerpc/64s: power4 nap fixup in C

2021-02-07 Thread Nicholas Piggin
Excerpts from Michael Ellerman's message of February 2, 2021 8:31 pm: > Nicholas Piggin writes: >> 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 | 15 + >> arch/powerpc/inc

Re: [PATCH v7 42/42] powerpc/64s: power4 nap fixup in C

2021-02-02 Thread Nicholas Piggin
Excerpts from Michael Ellerman's message of February 2, 2021 8:31 pm: > Nicholas Piggin writes: >> 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 | 15 + >> arch/powerpc/inc

Re: [PATCH v7 42/42] powerpc/64s: power4 nap fixup in C

2021-02-02 Thread Michael Ellerman
Nicholas Piggin writes: > 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 | 15 + > arch/powerpc/include/asm/processor.h | 1 + > arch/powerpc/include/asm/thread_info.h | 6 +