Re: [PATCH v7 39/42] powerpc: move NMI entry/exit code into wrapper

2021-02-07 Thread Nicholas Piggin
Excerpts from Nicholas Piggin's message of February 6, 2021 12:46 pm: > Excerpts from Michael Ellerman's message of February 6, 2021 9:38 am: >> Nicholas Piggin writes: >>> Excerpts from Michael Ellerman's message of February 4, 2021 8:15 pm: Nicholas Piggin writes: > This moves the comm

Re: [PATCH v7 39/42] powerpc: move NMI entry/exit code into wrapper

2021-02-05 Thread Nicholas Piggin
Excerpts from Michael Ellerman's message of February 6, 2021 9:38 am: > Nicholas Piggin writes: >> Excerpts from Michael Ellerman's message of February 4, 2021 8:15 pm: >>> Nicholas Piggin writes: This moves the common NMI entry and exit code into the interrupt handler wrappers. >>

Re: [PATCH v7 39/42] powerpc: move NMI entry/exit code into wrapper

2021-02-05 Thread Michael Ellerman
Nicholas Piggin writes: > Excerpts from Michael Ellerman's message of February 4, 2021 8:15 pm: >> Nicholas Piggin writes: >>> This moves the common NMI entry and exit code into the interrupt handler >>> wrappers. >>> >>> This changes the behaviour of soft-NMI (watchdog) and HMI interrupts, and >

Re: [PATCH v7 39/42] powerpc: move NMI entry/exit code into wrapper

2021-02-04 Thread Nicholas Piggin
Excerpts from Michael Ellerman's message of February 4, 2021 8:15 pm: > Nicholas Piggin writes: >> This moves the common NMI entry and exit code into the interrupt handler >> wrappers. >> >> This changes the behaviour of soft-NMI (watchdog) and HMI interrupts, and >> also MCE interrupts on 64e, by

Re: [PATCH v7 39/42] powerpc: move NMI entry/exit code into wrapper

2021-02-04 Thread Michael Ellerman
Nicholas Piggin writes: > This moves the common NMI entry and exit code into the interrupt handler > wrappers. > > This changes the behaviour of soft-NMI (watchdog) and HMI interrupts, and > also MCE interrupts on 64e, by adding missing parts of the NMI entry to > them. > > Signed-off-by: Nicholas