Re: [PATCH 1/2] powerpc/64s: move machine check SLB flushing to mm/slb.c

2018-08-08 Thread Nicholas Piggin
On Wed, 8 Aug 2018 22:22:52 +0200 Michal Suchánek wrote: > On Fri, 3 Aug 2018 14:13:49 +1000 > Nicholas Piggin wrote: > > > The machine check code that flushes and restores bolted segments in > > real mode belongs in mm/slb.c. This will be used by pseries machine > > check and idle code. > >

Re: [PATCH 1/2] powerpc/64s: move machine check SLB flushing to mm/slb.c

2018-08-08 Thread Michal Suchánek
On Fri, 3 Aug 2018 14:13:49 +1000 Nicholas Piggin wrote: > The machine check code that flushes and restores bolted segments in > real mode belongs in mm/slb.c. This will be used by pseries machine > check and idle code. > > Signed-off-by: Nicholas Piggin > --- >

[PATCH 1/2] powerpc/64s: move machine check SLB flushing to mm/slb.c

2018-08-02 Thread Nicholas Piggin
The machine check code that flushes and restores bolted segments in real mode belongs in mm/slb.c. This will be used by pseries machine check and idle code. Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/book3s/64/mmu-hash.h | 3 ++ arch/powerpc/kernel/mce_power.c |