Re: [PATCH v7 32/42] powerpc/64: context tracking move to interrupt wrappers

2021-02-08 Thread Nicholas Piggin
Excerpts from Christophe Leroy's message of February 9, 2021 3:49 pm: > > > Le 30/01/2021 à 14:08, Nicholas Piggin a écrit : >> This moves exception_enter/exit calls to wrapper functions for >> synchronous interrupts. More interrupt handlers are covered by >> this than previously. > > Why did yo

Re: [PATCH v7 32/42] powerpc/64: context tracking move to interrupt wrappers

2021-02-08 Thread Christophe Leroy
Le 30/01/2021 à 14:08, Nicholas Piggin a écrit : This moves exception_enter/exit calls to wrapper functions for synchronous interrupts. More interrupt handlers are covered by this than previously. Why did you enclose everything in #ifdef CONFIG_PPC64 ? As far as I understand, before this pat

[PATCH v7 32/42] powerpc/64: context tracking move to interrupt wrappers

2021-01-30 Thread Nicholas Piggin
This moves exception_enter/exit calls to wrapper functions for synchronous interrupts. More interrupt handlers are covered by this than previously. Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/interrupt.h | 9 arch/powerpc/kernel/traps.c | 74 ++---