]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s: move machine check SLB flushing to mm/slb.c
authorNicholas Piggin <npiggin@gmail.com>
Fri, 10 Aug 2018 06:42:48 +0000 (16:42 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 10 Aug 2018 12:12:39 +0000 (22:12 +1000)
commit4af16293a1a357bba57cc83cac501815df354070
tree37e7a4d10c96c042f8413f72f548de59bbf585e1
parentcece1fa9f3e8952d542ea2f9e378111b92d0274b
powerpc/64s: move machine check SLB flushing to mm/slb.c

The machine check code that flushes and restores bolted segments in
real mode belongs in mm/slb.c. This will also be used by pseries
machine check and idle code in future changes.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/book3s/64/mmu-hash.h
arch/powerpc/kernel/mce_power.c
arch/powerpc/mm/slb.c