Re: [PATCH 1/2] powerpc/pseries: PACA save area fix for general exception vs MCE

2016-08-11 Thread Mahesh Jagannath Salgaonkar
On 08/10/2016 04:18 PM, Nicholas Piggin wrote: > MCE must not use PACA_EXGEN. When a general exception enables MSR_RI, > that means SPRN_SRR[01] and SPRN_SPRG are no longer used. However the > PACA save area is still in use. > --- > arch/powerpc/kernel/exceptions-64s.S | 8 > 1 file

[PATCH 1/2] powerpc/pseries: PACA save area fix for general exception vs MCE

2016-08-10 Thread Nicholas Piggin
MCE must not use PACA_EXGEN. When a general exception enables MSR_RI, that means SPRN_SRR[01] and SPRN_SPRG are no longer used. However the PACA save area is still in use. --- arch/powerpc/kernel/exceptions-64s.S | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git