]> asedeno.scripts.mit.edu Git - linux.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)
commite7e81847478b37a3958a3163171bf6aee99f87d7
tree37e7a4d10c96c042f8413f72f548de59bbf585e1
parentae24ce5e12127eeef6bf946c3ee0e95f3797caaf
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