Re: [PATCH v4 4/7] powerpc/64s: IOption for MSR stored in r12

2022-11-29 Thread Nicholas Piggin
On Tue Nov 29, 2022 at 2:43 PM AEST, Rohan McLure wrote: > Interrupt handlers in asm/exceptions-64s.S contain a great deal of common > code produced by the GEN_COMMON macros. Currently, at the exit point of > the macro, r12 will contain the contents of the MSR. A future patch will > cause these

[PATCH v4 4/7] powerpc/64s: IOption for MSR stored in r12

2022-11-28 Thread Rohan McLure
Interrupt handlers in asm/exceptions-64s.S contain a great deal of common code produced by the GEN_COMMON macros. Currently, at the exit point of the macro, r12 will contain the contents of the MSR. A future patch will cause these macros to zeroise architected registers to avoid potential